projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a69fa0
)
[youtube:watchlater] Fix extraction (Closes #10544)
author
Sergey M․
<dstftw@gmail.com>
Sat, 3 Sep 2016 17:29:01 +0000
(
00:29
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 3 Sep 2016 17:29:01 +0000
(
00:29
+0700)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index 4c8edef8d4d66a8abb5709305f36bda8fbef853a..0bc85af74e631c21136e951d3a6f3d97ed8dd3d0 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-2376,7
+2376,7
@@
class YoutubeWatchLaterIE(YoutubePlaylistIE):
}]
def _real_extract(self, url):
- video = self._check_download_just_video(url, 'WL')
+
_,
video = self._check_download_just_video(url, 'WL')
if video:
return video
_, playlist = self._extract_playlist('WL')