Browse Source

[youtube:channel] Specify first page download message

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

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

@ -1388,7 +1388,7 @@ class YoutubeChannelIE(InfoExtractor):
channel_id = self._match_id(url)
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)
class="[^"]*?(?:
channel-header-autogenerated-label|


Loading…
Cancel
Save