From ac91e17f868fc1e6007f7d2a8568158ebec27443 Mon Sep 17 00:00:00 2001 From: Noam Date: Tue, 1 Mar 2016 23:39:38 +0200 Subject: [PATCH] More Special Sites --- headphones/deluge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))