mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 17:18:01 +01:00
[youtube] Remove unused variable
This commit is contained in:
parent
fb69240ca0
commit
7bd930368c
1 changed files with 0 additions and 1 deletions
|
@ -1386,7 +1386,6 @@ def extract_videos_from_page(self, page):
|
|||
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…
Reference in a new issue