This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[discovery] extract series meta field(
#21808
)
master
Remita Amine
5 years ago
parent
1357734978
commit
b3d39be239
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
youtube_dl/extractor/discovery.py
+ 2
- 0
youtube_dl/extractor/discovery.py
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
]
Write
Preview
Loading…
Cancel
Save