Compare commits

..

No commits in common. "d35557a75d943865e40410d51bfcc18276e98532" and "7009bb9f3182449ae8cc05cc28b768b63030a485" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -15,12 +15,12 @@ jobs:
run-tests-ext: [sh] run-tests-ext: [sh]
include: include:
# python 3.2 is only available on windows via setup-python # python 3.2 is only available on windows via setup-python
- os: windows-2019 - os: windows-latest
python-version: 3.2 python-version: 3.2
python-impl: cpython python-impl: cpython
ytdl-test-set: core ytdl-test-set: core
run-tests-ext: bat run-tests-ext: bat
- os: windows-2019 - os: windows-latest
python-version: 3.2 python-version: 3.2
python-impl: cpython python-impl: cpython
ytdl-test-set: download ytdl-test-set: download

View File

@ -34,9 +34,7 @@ class TelegraafIE(InfoExtractor):
article_id = self._match_id(url) article_id = self._match_id(url)
video_id = self._download_json( video_id = self._download_json(
'https://app.telegraaf.nl/graphql', article_id, 'https://www.telegraaf.nl/graphql', article_id, query={
headers={'User-Agent': 'De Telegraaf/6.8.11 (Android 11; en_US)'},
query={
'query': '''{ 'query': '''{
article(uid: %s) { article(uid: %s) {
videos { videos {