diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/watch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index ec161df..094f8b5 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -251,6 +251,7 @@ def extract_info(video_id, use_invidious, playlist_id=None, index=None): # See https://github.com/ytdl-org/youtube-dl/issues/29333#issuecomment-864049544 'c': 'TVHTML5', 'cver': '6.20180913', + 'hl': 'en', } url = 'https://www.youtube.com/get_video_info?' url += urllib.parse.urlencode(data) |