mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 05:33:37 +00:00
PublicHD removed till further notice.
This commit is contained in:
parent
dfe9619ddd
commit
4df31bccee
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@ from threading import Lock
|
||||||
# apparently py2exe won't build these unless they're imported somewhere
|
# apparently py2exe won't build these unless they're imported somewhere
|
||||||
from sickbeard import providers, metadata, config
|
from sickbeard import providers, metadata, config
|
||||||
from sickbeard.providers.generic import GenericProvider
|
from sickbeard.providers.generic import GenericProvider
|
||||||
from providers import ezrss, tvtorrents, btn, newznab, womble, thepiratebay, torrentleech, kat, publichd, iptorrents, \
|
from providers import ezrss, tvtorrents, btn, newznab, womble, thepiratebay, torrentleech, kat, iptorrents, \
|
||||||
omgwtfnzbs, scc, hdtorrents, torrentday, hdbits, nextgen, speedcd, nyaatorrents, fanzub
|
omgwtfnzbs, scc, hdtorrents, torrentday, hdbits, nextgen, speedcd, nyaatorrents, fanzub
|
||||||
from sickbeard.config import CheckSection, check_setting_int, check_setting_str, check_setting_float, ConfigMigrator, \
|
from sickbeard.config import CheckSection, check_setting_int, check_setting_str, check_setting_float, ConfigMigrator, \
|
||||||
naming_ep_type
|
naming_ep_type
|
||||||
|
|
|
@ -22,7 +22,6 @@ __all__ = ['ezrss',
|
||||||
'btn',
|
'btn',
|
||||||
'thepiratebay',
|
'thepiratebay',
|
||||||
'kat',
|
'kat',
|
||||||
'publichd',
|
|
||||||
'torrentleech',
|
'torrentleech',
|
||||||
'scc',
|
'scc',
|
||||||
'hdtorrents',
|
'hdtorrents',
|
||||||
|
|
Loading…
Reference in a new issue