This commit is contained in:
Fabio Manganiello 2018-04-20 09:30:19 +02:00
parent 3f3ec08af2
commit 4db2f62c17

View file

@ -128,7 +128,9 @@ class VideoOmxplayerPlugin(Plugin):
if vid['href'].startswith('/watch?v='): if vid['href'].startswith('/watch?v='):
results.append('https://www.youtube.com' + vid['href']) results.append('https://www.youtube.com' + vid['href'])
logging.info('{} YouTube video results for the search query "{}"'.format(query)) logging.info('{} YouTube video results for the search query "{}"'
.format(len(results), query))
return results return results