Skip to content

Commit

Permalink
[youtube] Fix get_video_info request (closes #29086, closes #29165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed May 29, 2021
1 parent 1980ff4 commit 24297a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/youtube.py
Expand Up @@ -1499,6 +1499,7 @@ def _real_extract(self, url):
'unable to download video info webpage', query={
'video_id': video_id,
'eurl': 'https://youtube.googleapis.com/v/' + video_id,
'html5': 1,
}, fatal=False)),
lambda x: x['player_response'][0],
compat_str) or '{}', video_id)
Expand Down

0 comments on commit 24297a4

Please sign in to comment.