Browse Source

[tva] fix extraction(closes #14736)

Remita Amine 7 years ago
parent
commit
27adc9ec65
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/tva.py

+ 2 - 0
youtube_dl/extractor/tva.py

@@ -32,6 +32,8 @@ class TVAIE(InfoExtractor):
         video_data = self._download_json(
             'https://videos.tva.ca/proxy/item/_' + video_id, video_id, headers={
                 'Accept': 'application/json',
+            }, query={
+                'appId': '5955fc5f23eec60006c951f1',
             })
 
         def get_attribute(key):