This commit is contained in:
Michael Launay 2020-10-19 13:18:18 +05:30 committed by GitHub
commit e38fc26a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class YoutubeEntryListBaseInfoExtractor(YoutubeBaseInfoExtractor):
continue
raise
content_html = more['content_html']
content_html = more['content_html'] if 'content_html' in more else ""
if not content_html.strip():
# Some webpages show a "Load more" button but they don't
# have more videos