rachmadaniHaryono / we-get

:icecream: Command-line tool for searching torrents.
MIT License
153 stars 26 forks source link

RarGB Error #49

Closed defencedog closed 1 year ago

defencedog commented 1 year ago

rargb module throws error at search

we-get --search "Andor" --target rargb --filter "hdr"
# error: Module: 'rargb.py' JSONDecodeError: Expecting value: line 1 column 1 (char 0)!
rachmadaniHaryono commented 1 year ago

rarbg use cloudflare now so it is harder to use it with this program

i tried to use https://github.com/venomous/cloudscraper but it raise error

cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 challenge, This feature is not available in the opensource (free) version.

there is other alternative, for example selenium but currently i dont want to implement that here

defencedog commented 1 year ago

Ok, thanks