Private GIT

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

fixup! Add user agent to RARBG

parent 0ebd6a37
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ class RarbgProvider(generic.TorrentProvider):
self.cache = RarbgCache(self)
self.headers = {'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': USER_AGENT}
self.headers = {'User-Agent': USER_AGENT}
def isEnabled(self):
return self.enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment