kopia lustrzana https://github.com/yt-dlp/yt-dlp
[aljazeera] Fix extractor (#763)
Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517 Authored by: MinePlayersPEpull/774/head
rodzic
71dd5d4a00
commit
e43e9f3c2c
|
@ -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,
|
||||||
|
|
Ładowanie…
Reference in New Issue