mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[youtube] Remove unused variable
This commit is contained in:
parent
fb69240ca0
commit
7bd930368c
@ -1386,7 +1386,6 @@ class YoutubeChannelIE(InfoExtractor):
|
|||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
channel_id = self._match_id(url)
|
channel_id = self._match_id(url)
|
||||||
|
|
||||||
video_ids = []
|
|
||||||
url = 'https://www.youtube.com/channel/%s/videos' % channel_id
|
url = 'https://www.youtube.com/channel/%s/videos' % channel_id
|
||||||
channel_page = self._download_webpage(url, channel_id)
|
channel_page = self._download_webpage(url, channel_id)
|
||||||
autogenerated = re.search(r'''(?x)
|
autogenerated = re.search(r'''(?x)
|
||||||
|
Loading…
Reference in New Issue
Block a user