Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download wrong #24121

Closed
viponedream opened this issue Feb 22, 2020 · 0 comments
Closed

download wrong #24121

viponedream opened this issue Feb 22, 2020 · 0 comments
Labels

Comments

@viponedream
Copy link

@viponedream viponedream commented Feb 22, 2020

youtube-dl --proxy http://127.0.0.1:8087 https://www.youtube.com/playlist?list=PLT5HDfHOREBee1szbUf9sEBYKhn3fAGE8
when Downloading video 21 of 28 :

[download] Downloading video 21 of 28
[youtube] C2LUUiLWyyI: Downloading webpage
[youtube] C2LUUiLWyyI: Downloading video info webpage
[youtube] C2LUUiLWyyI: Downloading js player vflP_XVWV
ERROR: Signature extraction failed: Traceback (most recent call last):
File "C:\Python\Lib\site-packages\youtube_dl\extractor\youtube.py", line 1384, in _decrypt_signature
func = self._extract_signature_function(
File "C:\Python\Lib\site-packages\youtube_dl\extractor\youtube.py", line 1281, in _extract_signature_function
code = self._download_webpage(
File "C:\Python\Lib\site-packages\youtube_dl\extractor\common.py", line 799, in _download_webpage
raise e
File "C:\Python\Lib\site-packages\youtube_dl\extractor\common.py", line 791, in _download_webpage
res = self._download_webpage_handle(
File "C:\Python\Lib\site-packages\youtube_dl\extractor\youtube.py", line 272, in _download_webpage_handle
return super(YoutubeBaseInfoExtractor, self)._download_webpage_handle(
File "C:\Python\Lib\site-packages\youtube_dl\extractor\common.py", line 664, in _download_webpage_handle
content = self._webpage_read_content(urlh, url_or_request, video_id, note, errnote, fatal, encoding=encoding)
File "C:\Python\Lib\site-packages\youtube_dl\extractor\common.py", line 714, in _webpage_read_content
webpage_bytes = urlh.read()
File "c:\python\lib\http\client.py", line 467, in read
s = self._safe_read(self.length)
File "c:\python\lib\http\client.py", line 610, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(524288 bytes read, 730734 more expected)
(caused by IncompleteRead(524288 bytes read, 730734 more expected)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw dstftw closed this Feb 22, 2020
@dstftw dstftw added the incomplete label Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.