Fix conflicts

This commit is contained in:
ritiek
2018-01-12 17:09:13 +05:30
2 changed files with 6 additions and 0 deletions

View File

@@ -142,6 +142,11 @@ def grab_single(raw_song, number=None):
log.info('Found No metadata. Skipping the download')
return
if args.download_only_metadata:
if meta_tags is None:
log.info('Found No metadata. Skipping the download')
return
if content is None:
log.debug('Found no matching video')
return