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] Infinite loop when downloading some playlists #28702

Closed
5 tasks done
leveled-up opened this issue Apr 8, 2021 · 1 comment · Fixed by yt-dlp/yt-dlp#230
Closed
5 tasks done

[YouTube] Infinite loop when downloading some playlists #28702

leveled-up opened this issue Apr 8, 2021 · 1 comment · Fixed by yt-dlp/yt-dlp#230

Comments

@leveled-up
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.04.07
  • 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

[debug] System config: []
[debug] User config: [u'--audio-format', u'mp3']
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://music.youtube.com/playlist?list=RDCLAK5uy_ktmgn6N0RDgXnkedzn-Qxlh3iKvrz8mxk']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.04.07
[debug] Python version 2.7.18 (CPython) - Linux-5.4.0-70-generic-x86_64-with-Ubuntu-20.04-focal
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4
[debug] Proxy map: {}
[youtube:tab] RDCLAK5uy_ktmgn6N0RDgXnkedzn-Qxlh3iKvrz8mxk: Downloading webpage
[download] Downloading playlist: Saddest Arabic Songs of All Time
[youtube:tab] Downloading page 1
[youtube:tab] Downloading page 2
[youtube:tab] Downloading page 3
[youtube:tab] Downloading page 4
[youtube:tab] Downloading page 5
[youtube:tab] Downloading page 6
[youtube:tab] Downloading page 7
[youtube:tab] Downloading page 8
[youtube:tab] Downloading page 9
[youtube:tab] Downloading page 10
[youtube:tab] Downloading page 11
[youtube:tab] Downloading page 12
[youtube:tab] Downloading page 13
[youtube:tab] Downloading page 14
[youtube:tab] Downloading page 15
[youtube:tab] Downloading page 16
[youtube:tab] Downloading page 17
[youtube:tab] Downloading page 18
[youtube:tab] Downloading page 19
[youtube:tab] Downloading page 20
[youtube:tab] Downloading page 21
[youtube:tab] Downloading page 22
[youtube:tab] Downloading page 23
[youtube:tab] Downloading page 24
[youtube:tab] Downloading page 25
[youtube:tab] Downloading page 26
[youtube:tab] Downloading page 27
....
[youtube:tab] Downloading page 1653
[youtube:tab] Downloading page 1654
[youtube:tab] Downloading page 1655
[youtube:tab] Downloading page 1656
[youtube:tab] Downloading page 1657
[youtube:tab] Downloading page 1658
[youtube:tab] Downloading page 1659
^C
ERROR: Interrupted by user

Description

When downloading some playlist from Youtube (YT Music) youtube-dl gets stuck in an infinite loop retrieving tab pages.

@remitamine
Copy link
Collaborator

youtube-dl -F https://music.youtube.com/playlist?list=RDCLAK5uy_ktmgn6N0RDgXnkedzn-Qxlh3iKvrz8mxk
[youtube:tab] RDCLAK5uy_ktmgn6N0RDgXnkedzn-Qxlh3iKvrz8mxk: Downloading webpage
[download] Downloading playlist: Saddest Arabic Songs of All Time
[youtube:tab] playlist Saddest Arabic Songs of All Time: Downloading 95 videos
[download] Downloading video 1 of 95
[youtube] RIuhSeGefxk: Downloading webpage
...

@dstftw dstftw closed this as completed in 1b0a13f Apr 8, 2021
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Apr 8, 2021
* https://github.com/ytdl-org/youtube-dl:
  [youtube:tab] Pass innertube context and x-goog-visitor-id header along with continuation requests (closes ytdl-org#28702)
  [mtv] Fix Viacom A/B Testing Video Player extraction(closes ytdl-org#28703)
  [pornhub] Extract DASH and HLS formats from get_media end point (closes ytdl-org#28698)
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

Successfully merging a pull request may close this issue.

2 participants