1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 07:31:14 +02:00

[youtube] Clarify output

This commit is contained in:
Philipp Hagemeister 2014-11-04 23:35:34 +01:00
parent 3828505646
commit 20436c30c9

View File

@ -696,7 +696,7 @@ def _real_extract(self, url):
video_info_url = proto + '://www.youtube.com/get_video_info?' + data
video_info_webpage = self._download_webpage(
video_info_url, video_id,
note='Refetching age-gated webpage',
note='Refetching age-gated info webpage',
errnote='unable to download video info webpage')
video_info = compat_parse_qs(video_info_webpage)
else: