GitPedia
psf

psf/requests-html

Pythonic HTML Parsing for Humans™

1 Releases
Latest: 7y ago
v0.10.0Latest
oldanioldani·7y ago·February 18, 2019
GitHub

📋 Changes

  • Crashes when `HTML` contains `XML` #160
  • Decoding errors #162
  • Multiple Chrome tabs left opened on `Timeout` errors #189
  • `next` method missing in `HTML` class. #146 #148
  • The official release for `AsyncHTMLSession`. #146
  • `browser_args` parameter when creating a `Session` to pass custom args to browser creation. #193
  • A new attribute to `Element` objects `tag` name and `line #`. #205
  • `verify` parameter when creating a `Session` to allow rendering websites with a not valid SSL certificate. #212
  • + 5 more