only download torrents from trusted or verified uploaders ?
+ #set $confirm_label = callable(getattr(cur_torrent_provider, 'ui_string', None)) and cur_torrent_provider.ui_string(cur_torrent_provider.get_id() + '_confirm') or 'only download torrents from trusted or verified uploaders ?' +$confirm_label
@@ -622,7 +623,7 @@ name = '' if not client else get_client_instance(sickbeard.TORRENT_METHOD)().nam Episode search fallback /> -use the alternate episode search mode if no match is found -- warning; may result in duplicates or a heavy ratio hit -- best use: manually collect a season, disable after.
+use alternate episode search mode if no match is found -- warning; may result in duplicates or a heavy ratio hit -- best use: manually collect a season, disable after
diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py index 18b1db3c..628a32e2 100755 --- a/sickbeard/providers/__init__.py +++ b/sickbeard/providers/__init__.py @@ -29,7 +29,7 @@ from . import newznab, omgwtfnzbs from . import alpharatio, beyondhd, bithdtv, bitmetv, btn, btscene, dh, \ fano, filelist, funfile, gftracker, grabtheinfo, hd4free, hdbits, hdspace, hdtorrents, \ iptorrents, limetorrents, magnetdl, morethan, nebulance, ncore, nyaa, pisexy, pretome, privatehd, ptf, \ - rarbg, revtt, scenetime, shazbat, skytorrents, speedcd, \ + rarbg, revtt, scenehd, scenetime, shazbat, skytorrents, speedcd, \ thepiratebay, torlock, torrentday, torrenting, torrentleech, \ torrentz2, tvchaosuk, zooqle # anime @@ -72,6 +72,7 @@ __all__ = ['omgwtfnzbs', 'ptf', 'rarbg', 'revtt', + 'scenehd', 'scenetime', 'shazbat', 'skytorrents', diff --git a/sickbeard/providers/scenehd.py b/sickbeard/providers/scenehd.py new file mode 100644 index 00000000..e599c015 --- /dev/null +++ b/sickbeard/providers/scenehd.py @@ -0,0 +1,120 @@ +# coding=utf-8 +# +# This file is part of SickGear. +# +# SickGear is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# SickGear is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with SickGear. If not, see