projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1357734
)
[discovery] extract series meta field(#21808)
author
Remita Amine
<remitamine@gmail.com>
Thu, 8 Aug 2019 22:23:48 +0000
(23:23 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Thu, 8 Aug 2019 22:23:58 +0000
(23:23 +0100)
youtube_dl/extractor/discovery.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/discovery.py
b/youtube_dl/extractor/discovery.py
index 6287ca6856248432d7ffeaf477cc5fb3c9af58d9..6a2712cc50429b7297a9d4fe9e1ec2d80177986e 100644
(file)
--- a/
youtube_dl/extractor/discovery.py
+++ b/
youtube_dl/extractor/discovery.py
@@
-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]