From 5e683b5a487f5f7152758eebe9ee82ab33384698 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 7 Oct 2013 23:38:53 +0200 Subject: [PATCH] Revert "TorrentBytes login url change. fix #2317" This reverts commit 95d0dacd28b1905b8c452c079ddfc407d08cee50. --- couchpotato/core/providers/torrent/torrentbytes/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/torrentbytes/main.py b/couchpotato/core/providers/torrent/torrentbytes/main.py index 02b86abb..a5849a91 100644 --- a/couchpotato/core/providers/torrent/torrentbytes/main.py +++ b/couchpotato/core/providers/torrent/torrentbytes/main.py @@ -12,7 +12,7 @@ class TorrentBytes(TorrentProvider): urls = { 'test' : 'https://www.torrentbytes.net/', - 'login' : 'https://www.torrentbytes.net/login.php', + 'login' : 'https://www.torrentbytes.net/takelogin.php', 'login_check' : 'https://www.torrentbytes.net/inbox.php', 'detail' : 'https://www.torrentbytes.net/details.php?id=%s', 'search' : 'https://www.torrentbytes.net/browse.php?search=%s&cat=%d',