diff --git a/headphones/deluge.py b/headphones/deluge.py index b42cd8dc..933871e8 100644 --- a/headphones/deluge.py +++ b/headphones/deluge.py @@ -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))