This commit is contained in:
Fabio Manganiello 2018-04-20 09:30:19 +02:00
parent 3f3ec08af2
commit 4db2f62c17
1 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,9 @@ class VideoOmxplayerPlugin(Plugin):
if vid['href'].startswith('/watch?v='):
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