Private GIT

Skip to content
Snippets Groups Projects
Commit 2127259f authored by TCRakt's avatar TCRakt
Browse files

Update libertalia.py


Hello,

I replaced

self.categories = "&cat%5B%5D=9"

by

self.categories = "&cat%5B%5D=9&cat%5B%5D=10"

as this includes animation TV shows. With this change, sickrage can snatch "The Simpsons" show (for example).

Hope it can be added in the next update.

Thanks.
parent d6818fdd
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class LibertaliaProvider(generic.TorrentProvider):
self.url = "https://libertalia.me"
self.urlsearch = "https://libertalia.me/torrents.php?name=%s%s"
self.categories = "&cat%5B%5D=9"
self.categories = "&cat%5B%5D=9&cat%5B%5D=10"
self.enabled = False
self.username = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment