projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026fbed
)
[youtube] Remove info el for get_video_info request
author
Sergey M․
<dstftw@gmail.com>
Mon, 29 Apr 2019 21:49:12 +0000
(
04:49
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 29 Apr 2019 21:49:12 +0000
(
04:49
+0700)
Since it does not work for quite a long time
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index 88dba1353b4040ec673a47b52a668e24fe5d364d..9d542f893fc247a9b8a92a0010da02c66adb4fda 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-1715,7
+1715,7
@@
class YoutubeIE(YoutubeBaseInfoExtractor):
# The general idea is to take a union of itags of both DASH manifests (for example
# video with such 'manifest behavior' see https://github.com/ytdl-org/youtube-dl/issues/6093)
self.report_video_info_webpage_download(video_id)
- for el in ('
info', '
embedded', 'detailpage', 'vevo', ''):
+ for el in ('embedded', 'detailpage', 'vevo', ''):
query = {
'video_id': video_id,
'ps': 'default',