nyaascraper icon indicating copy to clipboard operation
nyaascraper copied to clipboard

An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.

Results 4 nyaascraper issues
Sort by recently updated
recently updated
newest added

Episodes with "END" in the name won't get loaded ![cmd_ICGd3FyaGA](https://user-images.githubusercontent.com/56781705/134227537-ba561011-616c-4c77-ad2a-5744bfa7e3e5.png)

Maybe you could introduce a new optional argument (`--nyaauser`?) that allows to provide a custom nyaa account to search through.

Example torrent: https://nyaa.si/view/1167325 This is because we cannot convert that into a float to check if the episode is within the given range. This could be fixed by just extracting...

I recommend switching to the argparse module. It makes it (imo) easier to handle arguments for a python script. Also it autogenerates a help page for you, if you provide...