From 4df31bcceeff034f151fe3160ba2b740d04a75bd Mon Sep 17 00:00:00 2001 From: echel0n Date: Fri, 6 Jun 2014 13:48:25 -0700 Subject: [PATCH] PublicHD removed till further notice. --- sickbeard/__init__.py | 2 +- sickbeard/providers/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index ea5b7133..211f9dc4 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -31,7 +31,7 @@ from threading import Lock # apparently py2exe won't build these unless they're imported somewhere from sickbeard import providers, metadata, config 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 from sickbeard.config import CheckSection, check_setting_int, check_setting_str, check_setting_float, ConfigMigrator, \ naming_ep_type diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py index 4efacae2..de9d3d5e 100644 --- a/sickbeard/providers/__init__.py +++ b/sickbeard/providers/__init__.py @@ -22,7 +22,6 @@ __all__ = ['ezrss', 'btn', 'thepiratebay', 'kat', - 'publichd', 'torrentleech', 'scc', 'hdtorrents',