Skip to content

Instantly share code, notes, and snippets.

@miigotu
Created July 18, 2018 22:15
Show Gist options
  • Save miigotu/eccef7d16c3998a936f2887dbac1d435 to your computer and use it in GitHub Desktop.
Save miigotu/eccef7d16c3998a936f2887dbac1d435 to your computer and use it in GitHub Desktop.
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',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment