Private GIT

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

Merge pull request #1939 from fernandog/rarbg_category

Update RARBG category to 'tv'
parents 43d10cba 6ce8f1ec
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ class RarbgProvider(generic.TorrentProvider):
'token': '&token={token}',
}
self.defaultOptions = self.urlOptions['categories'].format(categories='18;41') + \
self.defaultOptions = self.urlOptions['categories'].format(categories='tv') + \
self.urlOptions['sorting'].format(sorting='last') + \
self.urlOptions['limit'].format(limit='100') + \
self.urlOptions['format'].format(format='json') + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment