Add option for not falling back on YouTube metadata

This commit is contained in:
Ritiek Malhotra
2018-12-31 23:56:11 +05:30
parent eb77880f9f
commit e56cd3caca
3 changed files with 43 additions and 15 deletions

View File

@@ -163,8 +163,6 @@ class Downloader:
if not refined_songname == " - ":
songname = refined_songname
else:
if not const.args.no_metadata:
log.warning("Could not find metadata")
songname = internals.sanitize_title(songname)
return songname