logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 7bd930368c48222b0b14211840ac7951fd62f3cf
parent fb69240ca0934299583bf6c7a855d5c602a4a7e0
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 13 Apr 2015 00:08:39 +0600

[youtube] Remove unused variable

Diffstat:

Myoutube_dl/extractor/youtube.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -1386,7 +1386,6 @@ class YoutubeChannelIE(InfoExtractor): def _real_extract(self, url): channel_id = self._match_id(url) - video_ids = [] url = 'https://www.youtube.com/channel/%s/videos' % channel_id channel_page = self._download_webpage(url, channel_id) autogenerated = re.search(r'''(?x)