Browse Source

[youtube] Fix reference before assignment for video_info

totalwebcasting
Sergey M․ 9 years ago
parent
commit
bc93bdb5bb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/youtube.py

+ 1
- 0
youtube_dl/extractor/youtube.py View File

@ -883,6 +883,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
add_dash_mpd(video_info)
else:
age_gate = False
video_info = None
# Try looking directly into the video webpage
mobj = re.search(r';ytplayer\.config\s*=\s*({.*?});', video_webpage)
if mobj:


Loading…
Cancel
Save