From 564df8136c343733b091fe6f664dcf15b1a8cc61 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 9 Jun 2016 16:19:49 -0500 Subject: [PATCH] Update to searcher.py to work with waffles.ch Changed the url used for searching waffles from https://www.waffles.ch/browse.php to https://waffles.ch/browse.php. --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index dd1547db..c8f16184 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1333,7 +1333,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None, if headphones.CONFIG.WAFFLES: provider = "Waffles.ch" - providerurl = fix_url("https://www.waffles.ch/browse.php") + providerurl = fix_url("https://waffles.ch/browse.php") bitrate = None if headphones.CONFIG.PREFERRED_QUALITY == 3 or losslessOnly: