projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f031b76
)
[youtube] Fix extraction with --youtube-skip-dash-manifest enabled (closes #14037)
author
Sergey M․
<dstftw@gmail.com>
Sat, 26 Aug 2017 22:59:08 +0000
(
05:59
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 26 Aug 2017 23:06:39 +0000
(06:06 +0700)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index 3d0f5a5c90f3dedea235e570320abc916eaf70cc..5a6b735a09b87b839f01af91db40514170066604 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-1621,7
+1621,7
@@
class YoutubeIE(YoutubeBaseInfoExtractor):
self.to_screen('Downloading just video %s because of --no-playlist' % video_id)
if view_count is None:
- view_count = extract_view_count(
get_
video_info)
+ view_count = extract_view_count(video_info)
# Check for "rental" videos
if 'ypc_video_rental_bar_text' in video_info and 'author' not in video_info: