From 564df8136c343733b091fe6f664dcf15b1a8cc61 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 9 Jun 2016 16:19:49 -0500 Subject: [PATCH 1/2] 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: From e29f3a0a9ae9fd45d548eb8c08812306d3df7209 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 10 Jun 2016 00:22:59 +0100 Subject: [PATCH 2/2] Updated changelog for v0.5.16 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94486a60..1037f8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.5.16 +Released 10 June 2016 + +Hotfix update + +Highlights: +* Fixed: Waffles url + +The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.5.15...v0.5.16). + ## v0.5.15 Released 07 June 2016