fake-name / xA-Scraper

69 stars 8 forks source link

Patreon scraper not working with webrequest==0.0.74 #101

Closed GeneralUltra758 closed 3 years ago

GeneralUltra758 commented 3 years ago

Needs webrequest==0.0.78 to work using (chromium_headless=False) is not a valid argument on version 0.0.74 https://github.com/fake-name/xA-Scraper/blob/b46a97f05a675b09cff537455aedebc753483d3e/xascraper/modules/patreon/patreonScrape.py#L54

error on 0.0.74: TypeError: object.__init__() takes exactly one argument (the instance to initialize) tested with webrequest latest (0.0.78) works fine

https://github.com/fake-name/xA-Scraper/commit/28750f2e5c31fe2f807571ca04a46ba32b9cf4d3#r42985878

fake-name commented 3 years ago

Whoops, sorry about that! Forgot to update the requirements!