|
diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py |
|
index 386603cbb..5e2cb3656 100644 |
|
--- a/sickbeard/providers/__init__.py |
|
+++ b/sickbeard/providers/__init__.py |
|
@@ -25,10 +25,10 @@ from random import shuffle |
|
|
|
import sickbeard |
|
from sickbeard.providers import (abnormal, alpharatio, archetorrent, binsearch, bitcannon, bjshare, btn, cpasbien, danishbits, elitetorrent, filelist, |
|
- gftracker, gimmepeers, hd4free, hdbits, hdspace, hdtorrents, hdtorrents_it, horriblesubs, hounddawgs, ilcorsaronero, immortalseed, |
|
- iptorrents, limetorrents, morethantv, ncore, nebulance, newpct, norbits, nyaa, omgwtfnzbs, pretome, rarbg, scc, scenetime, |
|
- shazbat, skytorrents, speedcd, thepiratebay, tntvillage, tokyotoshokan, torrent9, torrentbytes, torrentday, torrentleech, |
|
- torrentproject, torrentz, tvchaosuk, xthor, yggtorrent) |
|
+ gftracker, gimmepeers, hd4free, hdbits, hdspace, hdtorrents, hdtorrents_it, horriblesubs, hounddawgs, ilcorsaronero, |
|
+ immortalseed, iptorrents, limetorrents, morethantv, ncore, nebulance, newpct, norbits, nyaa, omgwtfnzbs, pretome, rarbg, scc, |
|
+ scenetime, shazbat, skytorrents, speedcd, thepiratebay, tntvillage, tokyotoshokan, torrent9, torrentbytes, torrentday, |
|
+ torrentleech, torrentproject, torrentz, tvchaosuk, xthor, yggtorrent) |
|
|
|
__all__ = [ |
|
'abnormal', 'alpharatio', 'archetorrent', 'binsearch', 'bitcannon', 'bjshare', 'btn', 'cpasbien', 'danishbits', |