Merge pull request #118 from I-Al-Istannen/master

Added handling for when there simply is no video
This commit is contained in:
Linus Groh
2017-07-24 23:13:29 +02:00
committed by GitHub

View File

@@ -81,6 +81,9 @@ def generate_youtube_url(raw_song):
if meta_tags is None:
break
if not videos:
return None
if args.manual:
print(song)
print('')