mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:43:20 +00:00
[discovery] extract series meta field(#21808)
This commit is contained in:
parent
1357734978
commit
b3d39be239
|
@ -94,6 +94,8 @@ def _real_extract(self, url):
|
||||||
self._API_BASE_URL + 'content/videos',
|
self._API_BASE_URL + 'content/videos',
|
||||||
display_id, 'Downloading content JSON metadata',
|
display_id, 'Downloading content JSON metadata',
|
||||||
headers=headers, query={
|
headers=headers, query={
|
||||||
|
'embed': 'show.name',
|
||||||
|
'fields': 'authenticated,description.detailed,duration,episodeNumber,id,name,parental.rating,season.number,show,tags',
|
||||||
'slug': display_id,
|
'slug': display_id,
|
||||||
'show_slug': show_slug,
|
'show_slug': show_slug,
|
||||||
})[0]
|
})[0]
|
||||||
|
|
Loading…
Reference in a new issue