summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-13 00:08:39 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-13 00:08:39 +0600
commit7bd930368c48222b0b14211840ac7951fd62f3cf (patch)
tree6c9c17a33d37d31fc731c7d445fbd86e1d55bd86
parentfb69240ca0934299583bf6c7a855d5c602a4a7e0 (diff)
downloadyoutube-dl-7bd930368c48222b0b14211840ac7951fd62f3cf.tar.gz
youtube-dl-7bd930368c48222b0b14211840ac7951fd62f3cf.tar.xz
youtube-dl-7bd930368c48222b0b14211840ac7951fd62f3cf.zip
[youtube] Remove unused variable
-rw-r--r--youtube_dl/extractor/youtube.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 791e1fe62..dc9e15e98 100644
--- 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)