requests-html v0.10.0 Release Notes

Release Date: 2019-02-18 // about 5 years ago
  • ๐Ÿ›  Fixed

    • 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

    โž• Added

    • ๐Ÿš€ 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
    • HTMLSession now raises a RuntimeException when trying to render a page inside an event loop. #146
    • ๐Ÿ‘ Allow async for in HTML objects. #146
    • arender method on HTML objects. #146
    • โฑ AsyncHTMLSession.run method to allow run, schedule and await multiple tasks in the event loop. #146
    • ๐Ÿ“š Documentation improvment.