diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 130d111cb..e211aefa1 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -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