Private GIT

Skip to content
Snippets Groups Projects
Commit c7a3e7a2 authored by Fernando's avatar Fernando
Browse files

Add main TV category to newznab categories

parent 0e0bc167
Branches
Tags
No related merge requests found
......@@ -118,6 +118,7 @@ class NewznabProvider(generic.NZBProvider):
try:
for category in data.feed.categories:
if category.get('name') == 'TV':
return_categories.append(category)
for subcat in category.subcats:
return_categories.append(subcat)
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment