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
[youtube] Add test case for
#4431
totalwebcasting
Philipp Hagemeister
10 years ago
parent
0daa05961b
commit
e52a40abf7
1 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
youtube_dl/extractor/youtube.py
+ 9
- 0
youtube_dl/extractor/youtube.py
View File
@ -433,6 +433,15 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'
expected_warnings
'
:
[
'
expected_warnings
'
:
[
'
DASH manifest missing
'
,
'
DASH manifest missing
'
,
]
]
}
,
# Olympics (https://github.com/rg3/youtube-dl/issues/4431)
{
'
url
'
:
'
lqQg6PlCWgI
'
,
'
info_dict
'
:
{
'
id
'
:
'
lqQg6PlCWgI
'
,
'
ext
'
:
'
mp4
'
,
}
}
}
]
]
Write
Preview
Loading…
Cancel
Save