1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-27 12:10:14 +08:00

Merge pull request #61 from ytdl-org/master

[pull] master from ytdl-org:master
This commit is contained in:
pull[bot]
2019-08-08 23:21:50 +00:00
committed by GitHub
Unverified
+2
View File
@@ -94,6 +94,8 @@ class DiscoveryIE(DiscoveryGoBaseIE):
self._API_BASE_URL + 'content/videos',
display_id, 'Downloading content JSON metadata',
headers=headers, query={
'embed': 'show.name',
'fields': 'authenticated,description.detailed,duration,episodeNumber,id,name,parental.rating,season.number,show,tags',
'slug': display_id,
'show_slug': show_slug,
})[0]