1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-18 07:15:13 -05:00
Commit Graph

439 Commits

Author SHA1 Message Date
Alexandre Beloin
62f45524eb Merge pull request #1368 from CoRpO/develop
Add SD search to RARBG provider
2015-02-20 09:57:23 -05:00
Alexandre Beloin
a863797295 Merge pull request #1281 from SickrageDK/develop
Provider hounddawgs: Changes to fit new site layout
2015-02-20 09:49:19 -05:00
Alexandre Beloin
98eecd4761 Merge pull request #1359 from mwarnaar/TPBSeasonSearch
TPB: Suppressed torrent list not found error message
2015-02-20 09:42:30 -05:00
Alexandre Beloin
b10f36e8d7 Merge pull request #1366 from abeloin/patch-opb
OldPirateBay: Replaced url tv/latest
2015-02-20 09:41:08 -05:00
CoRpO
671e3ff8ef Add SD search to RARBG provider
Previously, the search was conducted only TV HD Episodes. Now searches
into TV Episodes, without making 2 http requests
2015-02-20 12:32:57 +01:00
SickrageDK
98d923555e Use hostname rather than IP 2015-02-20 12:30:10 +01:00
SickrageDK
f0a86329b2 Merge remote-tracking branch 'upstream/develop' into develop 2015-02-20 12:01:06 +01:00
Alexandre Beloin
3ee18ff279 OldPirateBay Replaced url tv/latest 2015-02-19 18:51:04 -05:00
Martin Warnaar
a9ccfd0f6d Updated OldPirateBay file list parsing 2015-02-19 18:14:01 +01:00
Martin Warnaar
aef6aaa212 Suppressed torrent list not found error msg 2015-02-19 17:10:29 +01:00
Giovanni
42331e7da3 Add value to TNTVillage self.hdtext parameter 2015-02-19 10:19:53 +01:00
Alexandre Beloin
d27dbbfd3c Fix self.hdtext declared as list instead of dict
Python 2.6 report syntax error
2015-02-18 22:37:22 -05:00
Alexandre Beloin
270dc36599 Merge pull request #1311 from gborri/branch-tntvillage_provider
Added TNTVillage provider
2015-02-18 18:29:14 -05:00
Alexandre Beloin
4f7310b6f7 Merge pull request #1343 from CoRpO/develop
Fix for RARBG provider
2015-02-18 11:05:13 -05:00
Giovanni
eb300d5467 Merge branch 'develop' of https://github.com/SiCKRAGETV/SickRage into branch-tntvillage_provider 2015-02-18 12:22:47 +01:00
Giovanni
4166099c4a Fix compiling error 2015-02-18 12:14:57 +01:00
Giovanni
72826f6dd2 Removed 'page' parameter 2015-02-18 12:10:33 +01:00
CoRpO
973a1a8bef Fix for RARBG provider
Manage the case where the torrent name got spaces in it
2015-02-18 09:15:15 +01:00
Alexandre Beloin
4f95613a3b Merge branch 'NewProviderAR' of https://github.com/BillNasty/SickRage into BillNasty-NewProviderAR
Conflicts:
	sickbeard/__init__.py
2015-02-17 13:21:08 -05:00
CoRpO
ba13cc532e Add RARBG provider
Basic functions working (Rss & search)

(Rebased against current develop)
2015-02-17 16:56:12 +01:00
Giovanni
94853c0f27 Removed some comment 2015-02-17 16:08:09 +01:00
Giovanni
d87d35237d Set condition for tntvillage parameters
added $curTorrentProvider.getID() == 'tntvillage'
added some string for quality recognition in case all category is set
2015-02-17 16:02:07 +01:00
Giovanni
61e201d201 try ti fix generic modification 2015-02-17 15:31:54 +01:00
Giovanni
7e3b62fee1 Added 16x16 logo
Fix some code for quality recognition
2015-02-17 12:20:09 +01:00
BillNasty
44ae7c54fd Add Provider AR
Add provider alpha ratio
2015-02-16 22:07:08 -05:00
Alexandre Beloin
f89fddbdfb Merge pull request #1326 from flightlevel/patch-2
Improved logging to detect CloudFlare blocking
2015-02-16 09:55:13 -05:00
Alexandre Beloin
20a70c9ef9 Merge pull request #1301 from andofrjando/add-torrent-provider-Shazbat
Fix for issue #425: Replace TVTorrents Provider with Shazbat.tv
2015-02-16 08:39:07 -05:00
flightlevel
49b4ea7e43 Improved logging to detect CloudFlare blocking
Improved logging to detect when CloudFlare is blocking via javascript challenge.
Relates to issue
https://github.com/SiCKRAGETV/sickrage-issues/issues/504
2015-02-16 20:18:03 +11:00
Alexandre Beloin
72060fe6a8 Merge pull request #1323 from abeloin/patch-anime_sanitize
Modified sanitizeSceneName() for anime exception.
2015-02-15 20:10:04 -05:00
Alexandre Beloin
f9a27013be Merge pull request #1270 from mwarnaar/develop
Separate providers for oldpiratebay and thepiratebay
2015-02-15 18:42:50 -05:00
Alexandre Beloin
5477df5073 Merge pull request #1317 from lsborg/torrentbytes
Updated login param value for torrentBytes provider
2015-02-15 18:29:37 -05:00
Alexandre Beloin
509158cc70 Merge pull request #1283 from abeloin/patch-proper_pubdate
Fix issues with newznab provider
2015-02-15 18:24:09 -05:00
Alexandre Beloin
ffdb127f18 Merge pull request #1278 from joshjowen/joshjowen-kat-verified-fix
Fix verified status of torrents from KAT
2015-02-15 18:22:18 -05:00
Alexandre Beloin
4eafcd4462 Merge pull request #1277 from djoole/patch-2
changed subcategories order
2015-02-15 18:22:02 -05:00
Alexandre Beloin
14e76946c7 Merge pull request #1267 from abeloin/patch-iptorrent
Fix IPTorrents url.
2015-02-15 18:19:00 -05:00
Alexandre Beloin
86fdd810d5 Merge pull request #1207 from coolius/patch-1
Updated torrentday URL
2015-02-15 18:12:15 -05:00
leandro
eebd5f3cd3 Updated login param value for torrentBytes provider. Fixes SiCKRAGETV/sickrage-issues#604. 2015-02-14 23:48:17 -02:00
Giovanni
b47d3baa35 Added TNTVillage provider 2015-02-13 15:05:44 +01:00
Simon
c371630d8a Fix for issue #425: Replace TVTorrents Provider with Shazbat.tv 2015-02-12 23:46:21 +08:00
Martin Warnaar
1babd3ec3b Updated kickasstorrents URL to kickass.to 2015-02-12 14:24:15 +01:00
SickrageDK
4151cdf9b5 Changes to fit new site layout 2015-02-05 11:23:39 +01:00
joshjowen
3509610635 Update kat.py
Cast the string item['torrent_verified'] as an integer so that 'verified' will be False if the returned string is "0" which would otherwise be True because it is a non-empty string
2015-02-04 17:49:39 +10:00
djoole
d1e57158d6 changed subcategories order
so that category "tv series" is used for cache building
2015-02-02 23:08:07 +01:00
Alexandre Beloin
cf6b61e4fe Check for KeyError when looking for pubdate in rssfeed. 2015-02-01 11:29:03 -05:00
Alexandre Beloin
f1d46a54ce Modified sanitizeSceneName() for anime exception.
In use in nyaatorrents.py:
E.g.: Kuroko's Basketball
2015-01-31 22:32:21 -05:00
Martin Warnaar
999767b77e Removed print statement 2015-01-31 19:49:48 +01:00
Martin Warnaar
0d90a821d5 Added separate providers for thepiratebay and oldpiratebay 2015-01-31 19:48:20 +01:00
Alexandre Beloin
095272673d Fix IPTorrents url.
Ref bad commit: coolius/SickRage@bef4461
2015-01-31 11:20:27 -05:00
echel0n
b3fbad33d8 Merge pull request #1245 from flightlevel/patch-1
FreshonTV now supports HTTPS
2015-01-29 14:46:18 -08:00
echel0n
bc920f80d1 Merge pull request #1208 from coolius/patch-2
Updated iptorrents URL
2015-01-29 14:43:32 -08:00