mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-28 19:58:38 +01:00
[aljazeera] Fix extractor (#763)
Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517 Authored by: MinePlayersPE
This commit is contained in:
parent
71dd5d4a00
commit
e43e9f3c2c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class AlJazeeraIE(InfoExtractor):
|
||||||
}[post_type.split('/')[0]]
|
}[post_type.split('/')[0]]
|
||||||
video = self._download_json(
|
video = self._download_json(
|
||||||
'https://www.aljazeera.com/graphql', name, query={
|
'https://www.aljazeera.com/graphql', name, query={
|
||||||
'operationName': 'SingleArticleQuery',
|
'operationName': 'ArchipelagoSingleArticleQuery',
|
||||||
'variables': json.dumps({
|
'variables': json.dumps({
|
||||||
'name': name,
|
'name': name,
|
||||||
'postType': post_type,
|
'postType': post_type,
|
||||||
|
|
Loading…
Add table
Reference in a new issue