More Special Sites

This commit is contained in:
Noam
2016-03-01 23:39:38 +02:00
parent 69405d4f0d
commit ac91e17f86

View File

@@ -78,7 +78,7 @@ def addTorrent(link, data=None):
result = {}
retid = False
special_treatment_sites = ['https://what.cd/', 'http://what.cd/']
special_treatment_sites = ['https://what.cd/', 'http://what.cd/', 'https://waffles.fm/', 'http://waffles.fm/']
if link.lower().startswith('magnet:'):
logger.debug('Deluge: Got a magnet link: %s' % _scrubber(link))