446 Commits (8c026d797738bbb718152cf5b7858a89df7d901b)

Author SHA1 Message Date
adam 3bf102d160 Fixes speedcd provider issues 11 years ago
echel0n 8415b32fc6 Possible fix for failed to send torrent errors 11 years ago
dkboy 63dbe9e522 Update bitsoup.py 11 years ago
Adam 96f918742a Fix for omgwtfnzb skipping: release error 11 years ago
adam 41931b33a9 Fixes Torrent Leech daily search URL 11 years ago
adam 22f3a2e41b Consolidate more provider code 11 years ago
Adam 66f962f89b Fix for tpb ABD shows 11 years ago
Adam e19f1ee53e Fix for HDbits tvcache issue 11 years ago
Supremicus b5c703c893 Provider image fixes. 11 years ago
Adam 6ad5ccf966 HDbits fix 11 years ago
Adam 4b3a680bb3 Tidy provider code 11 years ago
Adam 74fa44d14e Tidy fanzub proper code and PEP8 11 years ago
Adam f94b0085f0 Animezb tidy proper code and PEP8 11 years ago
Adam 4728e19edf Remove unnecessary code from nyaatorrents provider and PEP8 11 years ago
echel0n dbc30c43cb Switched the following providers to use HTTPS connections instead of standard HTTP, more secure. 11 years ago
echel0n 9761c6c6a3 Fixed issues with torrent blackhole download issues. 11 years ago
echel0n b8b5947ae6 Fix for trakt.tv issues when adding/removing/syncing shows. 11 years ago
echel0n e6c8982d2b Testing fix for torrent download issues from ezrss 11 years ago
echel0n 19a89d453c We now check if a torrent url links to a valid file before adding as a verified result to get snatched, this helps prevent issues when attempting to add torrent to client later on to find the url returned nothing resulting in a error. 11 years ago
echel0n 9493a8f7e5 Added back in missing code for finding propers, was removed by mistake. 11 years ago
Adam fd9be53fcb Anime propers 11 years ago
echel0n b13e72e0a3 Moved code for cleaning up cache folder to seperate function located in helper.py. 11 years ago
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
echel0n 0e5fbbc5c3 Fix for incorrect show snatches 11 years ago
echel0n f47734446d Fixed further json issues with speedcd provider. 11 years ago
echel0n b16ff81478 Fixes for thread naming issues where provider names are getting stacked on top each other per loop iteration. 11 years ago
echel0n 161226180f Cleaned up NyaaTorrents search code and fixed unicode issues. 11 years ago
echel0n a697805923 Fixed NameParser to properly parse anime episodes that use normal season and episode naming conventions. 11 years ago
echel0n de5db9be64 Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as. 11 years ago
echel0n 3a2b67330c During backlog/manual/failed searches we now cache disgarded/ignored results pre-parsed for usage later on incase we end up setting a episode to wanted that matches said results, allows for maximum performance and helps limit the waste of resources used. 11 years ago
echel0n a317ff61c2 Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 11 years ago
echel0n 899d03b5fe Fixed issue with appending UNNOWN qualities to provider results after being sorted. 11 years ago
echel0n bf41ba59be Fixed sorting provider results by quality code, was causing a error. 11 years ago
echel0n 403c267953 Further improved memory handling of bs4 for torrent providers. 11 years ago
echel0n 4a29476415 Added code to perform disposal of bs4 class when finished as well as perform garbage collection afterwards, this fixed a memory leak issue SR was experiancing during backlog/manual/failed searches. 11 years ago
echel0n f340f9b073 Fix for sports shows. 11 years ago
echel0n 6f817c0c5c Quality sorting fixed for provider results. 11 years ago
echel0n 39054d7810 Fix for validating episode data during provider result gathering. 11 years ago
echel0n 7b54611361 Moved code for marking failed download successful out of loop. 11 years ago
echel0n 5ac99b8c5c Fix for extensions being stripped off by mistake made when adding in -RP fix from few commits ago. 11 years ago
echel0n 57cf86279b Places Quality UNKNOWN items from provider results at end of itemsList leaving order of sorted items highest to lowest. 11 years ago
echel0n d6442e0685 Provider results get sorted by quality before filtering occures. 11 years ago
echel0n af0ccd65cf Fixes for a few provider issues plus passing of search_mode variable. 11 years ago
echel0n ff5107cfe2 Provider searches for backlog, manual, and failed have been re-worked to not hammer the providers so much plus perform alot faster. 11 years ago
marseneault 662353e936 Add support for Bitsoup 11 years ago
Justin Nielsen ad17b81560 Added TVTorrents.ro Provider 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 09f53d3537 Filtering of torrents with 0 seeders is no longer forced, filtering now is done strictly by min seed and min leech user settins which can be set from search provider config settings. 11 years ago
echel0n 21cc92664f Fix for KickAss Torrents Invalid URL error. 11 years ago
echel0n 2d87de0fd8 Fix for search provider config page errors. 11 years ago