logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 1c9c8de29e83bbfc38027dabcd9642f1c41a64b0
parent f031b760650f57672deecacb3f1991bd6fcd778e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 27 Aug 2017 05:59:08 +0700

[youtube] Fix extraction with --youtube-skip-dash-manifest enabled (closes #14037)

Diffstat:

Myoutube_dl/extractor/youtube.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: