From 61c1eeef6d3af3c7f4e49b2ca7ca0f0b64b81862 Mon Sep 17 00:00:00 2001 From: EjjE101 Date: Fri, 8 Jan 2016 10:14:03 +0100 Subject: [PATCH] Torrentbytes.py update id number tracker changed id number from 6 to 7 digids --- couchpotato/core/media/_base/providers/torrent/torrentbytes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/torrentbytes.py b/couchpotato/core/media/_base/providers/torrent/torrentbytes.py index 32221d8..bf3d590 100644 --- a/couchpotato/core/media/_base/providers/torrent/torrentbytes.py +++ b/couchpotato/core/media/_base/providers/torrent/torrentbytes.py @@ -55,7 +55,7 @@ class Base(TorrentProvider): link = cells[1].find('a', attrs = {'class': 'index'}) full_id = link['href'].replace('details.php?id=', '') - torrent_id = full_id[:6] + torrent_id = full_id[:7] name = toUnicode(link.get('title', link.contents[0]).encode('ISO-8859-1')).strip() results.append({