Skip to content

Commit

Permalink
Remove dead providers (#1580)
Browse files Browse the repository at this point in the history
* Remove dead providers

* Goodbye btdigg

* RIP KAT

* Remove from init

* Remove from init

* Remove from pytest.ini
  • Loading branch information
duramato authored and medariox committed Nov 18, 2016
1 parent 2a078c7 commit 532d8fc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 584 deletions.
12 changes: 6 additions & 6 deletions medusa/providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
)
from .nzb.newznab import NewznabProvider
from .torrent import (
abnormal, alpharatio, animebytes, bitcannon, bithdtv, bitsnoop, bluetigers, btdigg, btn, cpasbien, danishbits,
elitetorrent, extratorrent, freshontv, gftracker, hd4free, hdbits, hdspace, hdtorrents, hounddawgs, ilovetorrents,
iptorrents, kat, limetorrents, morethantv, newpct, norbits, nyaatorrents, pretome, rarbg, scc, scenetime, shazbat,
abnormal, alpharatio, animebytes, bitcannon, bithdtv, bitsnoop, bluetigers, btn, cpasbien, danishbits,
elitetorrent, extratorrent, freshontv, gftracker, hd4free, hdbits, hdspace, hdtorrents, hounddawgs,
iptorrents, limetorrents, morethantv, newpct, norbits, nyaatorrents, pretome, rarbg, scc, scenetime, shazbat,
speedcd, t411, thepiratebay, tntvillage, tokyotoshokan, torrentbytes, torrentday, torrentleech, torrentproject,
torrentshack, torrentz2, transmitthenet, tvchaosuk, xthor, zooqle
)
from .torrent.rss.rsstorrent import TorrentRssProvider

__all__ = [
'womble', 'btn', 'thepiratebay', 'kat', 'torrentleech', 'scc', 'hdtorrents',
'womble', 'btn', 'thepiratebay', 'torrentleech', 'scc', 'hdtorrents',
'torrentday', 'hdbits', 'hounddawgs', 'iptorrents', 'omgwtfnzbs',
'speedcd', 'nyaatorrents', 'torrentbytes', 'freshontv', 'cpasbien',
'morethantv', 't411', 'tokyotoshokan', 'alpharatio',
'shazbat', 'rarbg', 'tntvillage', 'binsearch', 'bluetigers',
'xthor', 'abnormal', 'scenetime', 'btdigg', 'transmitthenet', 'tvchaosuk',
'xthor', 'abnormal', 'scenetime', 'transmitthenet', 'tvchaosuk',
'torrentproject', 'extratorrent', 'bitcannon', 'torrentz2', 'pretome', 'gftracker',
'hdspace', 'newpct', 'elitetorrent', 'bitsnoop', 'danishbits', 'hd4free', 'limetorrents',
'norbits', 'ilovetorrents', 'anizb', 'bithdtv', 'zooqle', 'animebytes', 'torrentshack'
'norbits', 'anizb', 'bithdtv', 'zooqle', 'animebytes', 'torrentshack'
]


Expand Down
9 changes: 3 additions & 6 deletions medusa/providers/torrent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
hdspace,
hdtorrents,
hounddawgs,
ilovetorrents,
iptorrents,
limetorrents,
morethantv,
Expand All @@ -39,7 +38,6 @@

from .json import (
bitcannon,
btdigg,
btn,
hd4free,
hdbits,
Expand All @@ -57,19 +55,18 @@

from .xml import (
bitsnoop,
kat,
torrentz2,
)

__all__ = [
'abnormal', 'alpharatio', 'animebytes', 'bithdtv', 'bluetigers',
'cpasbien', 'danishbits', 'elitetorrent', 'extratorrent', 'freshontv',
'gftracker', 'hdspace', 'hdtorrents', 'hounddawgs', 'ilovetorrents',
'gftracker', 'hdspace', 'hdtorrents', 'hounddawgs',
'iptorrents', 'limetorrents', 'morethantv', 'newpct', 'pretome',
'scc', 'scenetime', 'speedcd', 'thepiratebay', 'tntvillage',
'tokyotoshokan', 'torrentbytes', 'torrentleech', 'torrentshack',
'transmitthenet', 'tvchaosuk', 'xthor', 'zooqle', 'bitcannon',
'btdigg', 'btn', 'hd4free', 'hdbits', 'norbits', 'rarbg', 't411',
'btn', 'hd4free', 'hdbits', 'norbits', 'rarbg', 't411',
'torrentday', 'torrentproject', 'nyaatorrents', 'rsstorrent',
'shazbat', 'bitsnoop', 'kat', 'torrentz2'
'shazbat', 'bitsnoop', 'torrentz2'
]
202 changes: 0 additions & 202 deletions medusa/providers/torrent/html/ilovetorrents.py

This file was deleted.

Loading

0 comments on commit 532d8fc

Please sign in to comment.