================== A program to download entire series of torrents with one click from nyaa.se
Here are some examples of output:
Go to the "Release tab" for downloads
Use pip install
to install the dependencies
pip install beautifulsoup4 requests colorama tabulate termcolor
My objective with this program is to let the user be able to select from all series matching console-input and download all torrents for this given series. Also the user should be able to select a resolution for the torrent to download.
My program "BulkTorrentDownloader" in theory already does these things, but through another site which requires a lot more HTTP GET-calls, and has a lot less versatility.