youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 27adc9ec65be412e07f6e55d9d9b56c1c224d1db
parent 388beb86e0c8e3f76958aa8a258bd396b8b1e0fe
Author: Remita Amine <remitamine@gmail.com>
Date:   Mon, 13 Nov 2017 11:24:15 +0100

[tva] fix extraction(closes #14736)

Diffstat:
Myoutube_dl/extractor/tva.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/tva.py b/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):