mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 11:07:56 +01:00
[youtube:channel] Specify first page download message
This commit is contained in:
parent
eb0f3e7ec0
commit
60bf45c80d
@ -1388,7 +1388,7 @@ def _real_extract(self, url):
|
|||||||
channel_id = self._match_id(url)
|
channel_id = self._match_id(url)
|
||||||
|
|
||||||
url = self._TEMPLATE_URL % channel_id
|
url = self._TEMPLATE_URL % channel_id
|
||||||
channel_page = self._download_webpage(url, channel_id)
|
channel_page = self._download_webpage(url, channel_id, 'Downloading page #1')
|
||||||
autogenerated = re.search(r'''(?x)
|
autogenerated = re.search(r'''(?x)
|
||||||
class="[^"]*?(?:
|
class="[^"]*?(?:
|
||||||
channel-header-autogenerated-label|
|
channel-header-autogenerated-label|
|
||||||
|
Loading…
Reference in New Issue
Block a user