v0.10.0
版本发布时间: 2019-02-19 05:38:41
psf/requests-html最新发布版本:v0.10.0(2019-02-19 05:38:41)
Fixed
- Crashes when
HTML
containsXML
#160 - Decoding errors #162
- Multiple Chrome tabs left opened on
Timeout
errors #189 -
next
method missing inHTML
class. #146 #148
Added
- The official release for
AsyncHTMLSession
. #146 -
browser_args
parameter when creating aSession
to pass custom args to browser creation. #193 - A new attribute to
Element
objectstag
name andline #
. #205 -
verify
parameter when creating aSession
to allow rendering websites with a not valid SSL certificate. #212 -
HTMLSession
now raises aRuntimeException
when trying to render a page inside an event loop. #146 - Allow
async for
inHTML
objects. #146 -
arender
method onHTML
objects. #146 -
AsyncHTMLSession.run
method to allow run, schedule and await multiple tasks in the event loop. #146 - Documentation improvment.