Revert "TorrentBytes login url change. fix #2317"

This reverts commit 95d0dacd28.
This commit is contained in:
Ruud
2013-10-07 23:38:53 +02:00
parent f178825d21
commit 5e683b5a48

View File

@@ -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',