Skip to content

Releases: 2e0byo/YADC

v0.6.0

27 Jan 19:00
Compare
Choose a tag to compare

Feature

  • browser: Allow passing chrome path for windoze. (f67725f)

v0.5.0

27 Jan 17:13
Compare
Choose a tag to compare

Feature

  • scraper: Sleep for more predictable time and be verbose. (dbe4efb)

v0.4.0

27 Jan 14:56
Compare
Choose a tag to compare

Feature

  • browser: Try to kill driver if possible. (10648f8)
  • Undetected_browser classes. (81ce832)

Fix

  • undetected_browser: Now works with tor and buster. (6d06525)
  • undetected tor browser: Include tor mixin! (60e2495)
  • undetected_browser: Manual mixin and test. (86ff1a7)

Documentation

v0.3.2

26 Jan 23:49
Compare
Choose a tag to compare

Fix

  • Leftover uc breaking typehint. (b519f8d)
  • Drop undetected_chromedriver and fix return. (7d900a7)

v0.3.1

26 Jan 19:47
Compare
Choose a tag to compare

Fix

v0.3.0

26 Jan 14:01
Compare
Choose a tag to compare

Feature

  • scraper: Click on entry if desired. (e45dddb)

Documentation

v0.2.1

26 Jan 13:03
Compare
Choose a tag to compare

Fix

  • Correct log setting code. (415d923)

Documentation

v0.2.0

26 Jan 12:51
Compare
Choose a tag to compare

Feature

  • scraper: (unused) running property to permit pausing later. (af0ff83)

Fix

  • scraper: Correct closing/opening logic. (1ef5f53)
  • Typo. (b940ccc)
  • Actually call self._errorfn(). (a8a9b5b)
  • browser: Slugify wasn't enough, use strftime. (ebe1357)
  • browser: Use slugified timestamp coz windows is rubbish :p (f9714ec)
  • browser: Make error dumping function a bit more robust. (6917e02)

Documentation