Browse Source

[youtube] Remove unused variable

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

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

@ -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)


Loading…
Cancel
Save