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.
This commit is contained in:
Gabriel
2016-06-09 16:19:49 -05:00
committed by GitHub
parent e85560952f
commit 564df8136c

View File

@@ -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: