Commit graph

418 commits

Author SHA1 Message Date
JackDandy
45d1dce037 Add TorrentShack torrent provider. 2015-07-03 18:30:55 +01:00
JackDandy
a96bdf1d3d Add Strike torrent provider. 2015-07-03 18:16:50 +01:00
JackDandy
169c4ce286 Add PiSexy torrent provider. 2015-07-03 18:03:18 +01:00
JackDandy
bf0baa39f5 Add MoreThan torrent provider. 2015-07-03 17:51:00 +01:00
JackDandy
f77b7ff97e Add AlphaRatio torrent provider. 2015-07-03 17:44:04 +01:00
JackDandy
f6730c6ec7 Change refactor and code simplification for newznab providers. 2015-07-03 17:32:43 +01:00
JackDandy
a771dcdf0d Change provider HDB code simplify and PEP8. 2015-07-03 17:25:34 +01:00
JackDandy
2be6ba08a7 Change provider BTN code simplify and PEP8. 2015-07-03 17:14:01 +01:00
JackDandy
afd590d817 Change provider RSS torrent code to use General Config/Advanced/Proxy host setting, simplify and PEP8. 2015-07-03 17:06:55 +01:00
JackDandy
286a4df3cb Change provider Wombles's PEP8 and code convention cleanup. 2015-07-03 16:56:02 +01:00
JackDandy
c013824157 Change refactor Rarbg to use torrent provider simplification. 2015-07-03 16:46:23 +01:00
JackDandy
49cd0b3a99 Change refactor KAT to use torrent provider simplification and PEP8. 2015-07-03 16:34:52 +01:00
JackDandy
c23ebc5a7b Change refactor IPT to use torrent provider simplification and PEP8. 2015-07-03 16:20:53 +01:00
JackDandy
127286217a Change refactor FSH to use torrent provider simplification and PEP8.
Change FSH login process to use General Config/Advanced/Proxy host setting.
2015-07-03 16:11:36 +01:00
JackDandy
0aadc7a73e Change refactor BTS to use torrent provider simplification and PEP8.
Change BTS login process to use General Config/Advanced/Proxy host setting.
2015-07-03 16:01:35 +01:00
JackDandy
cca593753a Change refactor TPB to use torrent provider simplification and PEP8. 2015-07-03 15:35:23 +01:00
JackDandy
4825220df7 Change refactor TL to use torrent provider simplification and PEP8. 2015-07-03 15:30:25 +01:00
JackDandy
5837598d29 Change refactor TD to use torrent provider simplification and PEP8.
Change provider TD login process to use General Config/Advanced/Proxy host setting.
2015-07-03 15:23:24 +01:00
JackDandy
fade7c13c5 Change provider TB login process to use General Config/Advanced/Proxy host setting.
Change refactor TB to use torrent provider simplification and PEP8.
2015-07-03 14:49:45 +01:00
JackDandy
e843501935 Change refactor SCD to use torrent provider simplification. 2015-07-03 14:29:42 +01:00
JackDandy
f782567fd1 Change provider SCC login process to use General Config/Advanced/Proxy host setting.
Change refactor SCC to use torrent provider simplification and PEP8.
2015-07-03 14:24:09 +01:00
JackDandy
9fd7159bcb Change provider SCD PEP8 and code convention cleanup. 2015-07-03 14:13:01 +01:00
JackDandy
35acdb8911 Change provider TB PEP8 and code convention cleanup. 2015-07-03 13:41:51 +01:00
JackDandy
4699d3d579 Change provider IPT only decode unicode search strings.
Change login process to use General Config/Advanced/Proxy host setting.
2015-07-03 13:27:43 +01:00
JackDandy
7f11d0d69c Fix provider TD failing to find episodes of air by date shows.
PEP8.
2015-07-03 13:07:59 +01:00
JackDandy
1202825ede Remove HDTorrents torrent provider. 2015-07-03 12:52:59 +01:00
JackDandy
fa9d3b2444 Remove NextGen torrent provider. 2015-07-03 12:46:02 +01:00
JackDandy
6c0638c262 Change provider KAT remove dead url.
Change provider KAT to use mediaExtensions from common instead of private list.
Change provider KAT provider PEP8 and code convention cleanup.
2015-07-03 12:39:09 +01:00
JackDandy
d80256c4f3 Remove useless webproxies from provider TPB as they fail for one reason or another.
Change provider TPB to use mediaExtensions from common instead of hard-coded private list.
Add new tld variants to provider TPB.
Add test for authenticity to provider TPB to notify of 3rd party block.
2015-06-17 22:14:54 +01:00
JackDandy
47347884cb Fix fault matching air by date shows by using correct episode/season strings in find search results. 2015-06-09 15:43:54 +01:00
Adam
37496189f1 Change py2 exception clauses to py2/3 compatible clauses
Add py2/3 regression testing for exception clauses

Any new code added with old py2 style exceptions will now fail the travis test
2015-06-08 22:56:45 +08:00
JackDandy
93c219d82e Add Rarbg torrent provider.
Note: The merging of all qualities into one category in API v2 mean more results likely to be cropped. The vendor switched to this method from their (imho, better) original of listing category numbers. It was suggested that clients add and maintain all possible search strings that signify as quality. However, this would still trigger misses, introduce other issues, plus add needless non-standard API complexity. Conclusion; as designed, SG will utilise other configured providers when this one fails to hit targets, this provider should not be configured as a sole provider.
2015-06-08 13:04:59 +01:00
JackDandy
56a3411649 Change refactor and code simplification for torrent providers. 2015-06-06 06:31:20 +01:00
JackDandy
1242481803 Change typo. 2015-06-04 23:09:36 +01:00
JackDandy
96b5188a32 Change provider Womble's use SSL. 2015-06-02 15:30:42 +01:00
JackDandy
39bda5f328 Fix provider SCC failing to find episodes of air by date shows.
Fix searching propers.
Fix stop snatching releases for episodes already completed.
Fix handle null server responses.
Change remove 1 of 3 requests per search to save 30% time.
2015-05-27 13:37:48 +01:00
JackDandy
9ad4b4cd30 Remove EZRSS provider. 2015-05-18 19:54:25 +01:00
JackDandy
2083dfdb30 Change prevent wasted API hit where show and exception names create a duplicate sanitised year. 2015-04-29 02:15:45 +01:00
Adam
a9da4c2486 Merge branch 'master' into develop 2015-04-25 16:49:50 +08:00
Prinz23
8f69adaada Fix clearing provider cache 2015-04-25 16:48:15 +08:00
Adam
edcea76060 Merge branch 'master' into develop 2015-04-19 14:52:04 +08:00
Adam
f0fb6b8349 Fix IPTorrents provider search strings and URL for new site changes 2015-04-19 14:49:56 +08:00
Adam
7caef44bb9 Change to consolidate and tidy some provider code [part 2] 2015-04-18 13:17:47 +08:00
Adam
7477a79cb8 Change to consolidate and tidy some provider code 2015-04-18 10:28:44 +08:00
Adam
89e25e6da4 Add ToTV provider 2015-04-15 12:44:42 +08:00
JackDandy
d479fbfc5a Change improve backlog search. 2015-03-29 03:27:59 +01:00
vergessen
9384447b85 code cleanup 2015-03-25 08:11:50 -05:00
vergessen
afbe99da65 add animenzb provider 2015-03-25 08:11:50 -05:00
adam
2854ae8bfa Merge branch 'release/0.7.0' into develop 2015-03-03 20:18:06 +08:00
Supremicus
3f357dec08 Remove defunct Fanzub provider 2015-03-03 19:25:46 +08:00