Private GIT

Skip to content
Snippets Groups Projects
Commit db458659 authored by miigotu's avatar miigotu
Browse files

Merge pull request #468 from SickRage/rsstorrent

Fix adding torrent rss providers
parents 0d41c7f3 9982a258
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class TorrentRssProvider(TorrentProvider):
if self.cookies:
requests.utils.add_dict_to_cookiejar(self.session.cookies,
dict(x.rsplit('=', 1) for x in self.cookies.split(';')))
torrent_file = self.get_url(url)
torrent_file = self.get_url(url, need_bytes=True)
try:
bdecode(torrent_file)
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment