SickGear/sickbeard/providers
echel0n a697805923 Fixed NameParser to properly parse anime episodes that use normal season and episode naming conventions.
NameParser now properly creates absolute numbers from season/episode info or season/episode numbers from absolute info for anime shows. Removed scene convert routine and migrated the code into the parsing routine with a boolean to scene convert if needed.

Fixed NyaaTorrents issue with dict object errors.
2014-07-24 01:27:35 -07:00
..
__init__.py Add support for Bitsoup 2014-07-20 12:12:22 +08:00
animezb.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
bitsoup.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
btn.py 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. 2014-07-23 22:07:01 -07:00
dtt.py Fixes for a few provider issues plus passing of search_mode variable. 2014-07-20 22:47:13 -07:00
ezrss.py Fixes for a few provider issues plus passing of search_mode variable. 2014-07-20 22:47:13 -07:00
fanzub.py Fixes for a few provider issues plus passing of search_mode variable. 2014-07-20 22:47:13 -07:00
freshontv.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
generic.py 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. 2014-07-23 22:07:01 -07:00
hdbits.py Fixes for a few provider issues plus passing of search_mode variable. 2014-07-20 22:47:13 -07:00
hdtorrents.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
iptorrents.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
kat.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
newzbin.py 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. 2014-07-21 23:00:58 -07:00
newznab.py 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. 2014-07-23 22:07:01 -07:00
nextgen.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
nyaatorrents.py Fixed NameParser to properly parse anime episodes that use normal season and episode naming conventions. 2014-07-24 01:27:35 -07:00
nzbs_org_old.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
nzbsrus.py App name change in code. 2014-05-23 05:37:22 -07:00
omgwtfnzbs.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
publichd.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
rsstorrent.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00
scc.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
speedcd.py Fixes for a few provider issues plus passing of search_mode variable. 2014-07-20 22:47:13 -07:00
thepiratebay.py Fixed sorting provider results by quality code, was causing a error. 2014-07-21 17:55:45 -07:00
torrentbytes.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
torrentday.py Further improved memory handling of bs4 for torrent providers. 2014-07-21 16:01:46 -07:00
torrentleech.py Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 2014-07-21 21:26:58 -07:00
tvtorrents.py Lowered CPU usage even further, re-wrote daemonizer code for startups, removed misc unrequired functions from providers. 2014-07-03 07:07:07 -07:00
womble.py Fixed issues with editing/saving custom scene exceptions. 2014-07-14 19:00:53 -07:00