Skip to content

sco01/rarbg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

rarbg

RarBG Scraper w/ Captcha bypass

Example usage:

rarbg = Rarbg(proxies="/media/scripts/proxies.txt")
torrents = rarbg.search_all("something" + " 1080 ", categories=[10, 12])

for torrent in torrents:
    if len("something" in torrent.name):
        torrents.remove(torrent)

for torrent in torrents:
    if torrent.files[0]["path"][-1] not in files:
        with open(os.path.join(Blackhole, torrent.name + ".torrent"), "wb") as fp:
            fp.write(torrent.torrent)

About

RarBG Scraper w/ Captcha bypass

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages