Browse Source

[youtube:channel] Specify first page download message

master
Sergey M․ 9 years ago
parent
commit
60bf45c80d
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/youtube.py

2
youtube_dl/extractor/youtube.py

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