[wat] Fix extraction of multi-language videos and subtitles (#3739)

Closes #982, closes #1683
Authored by: elyse0
pull/2992/head^2
Elyse 2 years ago committed by GitHub
parent 3358f89361
commit 25f0e68f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ class WatIE(InfoExtractor):
# 'http://www.wat.tv/interface/contentv4s/' + video_id, video_id)
video_data = self._download_json(
'https://mediainfo.tf1.fr/mediainfocombo/' + video_id,
video_id, query={'context': 'MYTF1'})
video_id, query={'context': 'MYTF1', 'pver': '4020003'})
video_info = video_data['media']
error_desc = video_info.get('error_desc')

Loading…
Cancel
Save