Private GIT

Skip to content
Snippets Groups Projects
Commit c3f1db24 authored by Bruno Mouta's avatar Bruno Mouta Committed by miigotu
Browse files

Changed Transmithe.net to Nebulance.io (#3747)

* Changed names, logo and url

* Removed transmitthenet.py
parent c5681397
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
......@@ -25,7 +25,7 @@ import sickbeard
from sickbeard.providers import btn, thepiratebay, torrentleech, iptorrents, torrentz, \
omgwtfnzbs, scc, hdtorrents, torrentday, hdbits, hounddawgs, speedcd, xthor, abnormal, torrentbytes, cpasbien,\
torrent9, freshontv, morethantv, t411, tokyotoshokan, shazbat, rarbg, alpharatio, tntvillage, binsearch, torrentproject, extratorrent, \
scenetime, transmitthenet, tvchaosuk, bitcannon, pretome, gftracker, hdspace, newpct, elitetorrent, danishbits, hd4free, limetorrents, \
scenetime, nebulance, tvchaosuk, bitcannon, pretome, gftracker, hdspace, newpct, elitetorrent, danishbits, hd4free, limetorrents, \
norbits, horriblesubs, filelist, skytorrents, ncore, archetorrent, hdtorrents_it, immortalseed, ilcorsaronero
__all__ = [
......@@ -34,7 +34,7 @@ __all__ = [
'speedcd', 'torrentbytes', 'freshontv', 'cpasbien',
'torrent9','morethantv', 't411', 'tokyotoshokan', 'alpharatio',
'shazbat', 'rarbg', 'tntvillage', 'binsearch',
'xthor', 'abnormal', 'scenetime', 'transmitthenet', 'tvchaosuk',
'xthor', 'abnormal', 'scenetime', 'nebulance', 'tvchaosuk',
'torrentproject', 'extratorrent', 'bitcannon', 'torrentz', 'pretome', 'gftracker',
'hdspace', 'newpct', 'elitetorrent', 'danishbits', 'hd4free', 'limetorrents',
'norbits', 'horriblesubs', 'filelist', 'skytorrents', 'ncore', 'archetorrent', 'hdtorrents_it',
......
......@@ -32,12 +32,12 @@ from sickrage.helper.exceptions import AuthException
from sickrage.providers.torrent.TorrentProvider import TorrentProvider
class TransmitTheNetProvider(TorrentProvider): # pylint: disable=too-many-instance-attributes
class NebulanceProvider(TorrentProvider): # pylint: disable=too-many-instance-attributes
def __init__(self):
# Provider Init
TorrentProvider.__init__(self, "TransmitTheNet")
TorrentProvider.__init__(self, "Nebulance")
# Credentials
self.username = None
......@@ -49,7 +49,7 @@ class TransmitTheNetProvider(TorrentProvider): # pylint: disable=too-many-insta
self.freeleech = None
# URLs
self.url = 'https://transmithe.net/'
self.url = 'https://nebulance.io/'
self.urls = {
'login': urljoin(self.url, '/login.php'),
'search': urljoin(self.url, '/torrents.php'),
......@@ -190,4 +190,4 @@ class TransmitTheNetProvider(TorrentProvider): # pylint: disable=too-many-insta
return results
provider = TransmitTheNetProvider()
provider = NebulanceProvider()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment