Fix tests

This commit is contained in:
Linus Groh
2018-07-26 21:09:59 +02:00
parent 2f49cc230a
commit 3aff8d02c5
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ class GenerateYouTubeURL:
self.search_query = raw_song
else:
self.search_query = internals.format_string(const.args.search_format,
meta_tags)
meta_tags, force_spaces=True)
def _best_match(self, videos):
""" Select the best matching video from a list of videos. """