1
0
Fork 0

Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL

This commit is contained in:
pukkandan 2020-11-22 03:51:09 +05:30
commit 3462ffa892
5 changed files with 200 additions and 147 deletions

View file

@ -832,7 +832,7 @@ class YoutubeDL(object):
try:
try:
temp_id = ie.extract_id(url) if callable(getattr(ie, 'extract_id', None)) else ie._match_id(url)
except (AssertionError, IndexError):
except (AssertionError, IndexError, AttributeError):
temp_id = None
if temp_id is not None and self.in_download_archive({'id': temp_id, 'ie_key': ie_key}):
self.to_screen("[%s] %s: has already been recorded in archive" % (