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

Youtube extracts super slow #26040

Open
5 tasks done
djvs opened this issue Jul 18, 2020 · 2 comments
Open
5 tasks done

Youtube extracts super slow #26040

djvs opened this issue Jul 18, 2020 · 2 comments

Comments

@djvs
Copy link

djvs commented Jul 18, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.06.16.1
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

$ yt -xi https://www.youtube.com/user/CableMetabollic/videos
[youtube:user] CableMetabollic: Downloading channel page
[youtube:playlist] UUqyT_nIuhQiVp_BiW0MO8ng: Downloading webpage
[download] Downloading playlist: Uploads from CableMetabollic
[youtube:playlist] UUqyT_nIuhQiVp_BiW0MO8ng: Downloading page #1
[youtube:playlist] playlist Uploads from CableMetabollic: Downloading 184 videos
[download] Downloading video 1 of 184
[youtube] jg1Gq8lL-eU: Downloading webpage
[download] Destination: Ed Rush, DJ Trace, & Nico - The Droid-jg1Gq8lL-eU.m4a
[download] 100% of 5.88MiB in 00:01
[ffmpeg] Correcting container in "Ed Rush, DJ Trace, & Nico - The Droid-jg1Gq8lL-eU.m4a"
[ffmpeg] Post-process file Ed Rush, DJ Trace, & Nico - The Droid-jg1Gq8lL-eU.m4a exists, skipping
[download] Downloading video 2 of 184
[youtube] Q0zkPEnJPCw: Downloading webpage
[youtube] Q0zkPEnJPCw: Downloading MPD manifest
[dashsegments] Total fragments: 62
[download] Destination: DJ Mix 11_01_09-Q0zkPEnJPCw.m4a
[download] 100% of 9.27MiB in 10:12
[ffmpeg] Correcting container in "DJ Mix 11_01_09-Q0zkPEnJPCw.m4a"
[ffmpeg] Post-process file DJ Mix 11_01_09-Q0zkPEnJPCw.m4a exists, skipping
[download] Downloading video 3 of 184
[youtube] B-bvEARBenE: Downloading webpage
[youtube] B-bvEARBenE: Downloading MPD manifest
[dashsegments] Total fragments: 62
[download] Destination: Apache Mix Part One-B-bvEARBenE.webm
[download] 100% of 8.63MiB in 05:26
[ffmpeg] Destination: Apache Mix Part One-B-bvEARBenE.opus
Deleting original file Apache Mix Part One-B-bvEARBenE.webm (pass -k to keep)
[download] Downloading video 4 of 184

ET CETERA...

[download] Downloading video 92 of 184
[youtube] sE41kx0giBk: Downloading webpage
[youtube] sE41kx0giBk: Downloading MPD manifest
[dashsegments] Total fragments: 51
[download] Destination: DJ Mix - All Gremlinz Mix - 07_24_09-sE41kx0giBk.m4a
[download]   7.8% of ~5.80MiB at  1.48MiB/s ETA 12:06


Description

Download is extremely slow on this whole playlist. Reports ~800-1200KBPS but actual speed is ~1/10 lower. Note last line of log - doesn't know actual file size. How is 5.80MiB at 1.48MiB/S gonna take 12:06? Segment downloading issue here?

@ghost
Copy link

ghost commented Jul 20, 2020

had same issue fixed by adding --force-ipv4

@undoingtech
Copy link

I am running version 2020.07.28
I also had the same issue with suuuper long download times. It was also affecting updates using youtube-dl -U. dym-sh's suggestion fixed it. Thank you @dym-sh !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants