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 Playlist name is not resolved #27015

Closed
6 tasks done
numlockkey opened this issue Nov 16, 2020 · 0 comments
Closed
6 tasks done

YouTube Playlist name is not resolved #27015

numlockkey opened this issue Nov 16, 2020 · 0 comments

Comments

@numlockkey
Copy link

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.11.17
  • 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 bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

C:\Users\T5400-3>youtube-dl -v -i -f 22/bestvideo+(140/bestaudio)/best -o "d:\YT Downloads\%(uploader)s\%(playlist)s\%(playlist_index)s - %(title)s.%(ext)s" https://www.youtube.com/playlist?list=PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-i', '-f', '22/bestvideo+(140/bestaudio)/best', '-o', 'd:\\YT Downloads\\%(uploader)s\\%(playlist)s\\%(playlist_index)s - %(title)s.%(ext)s', 'https://www.youtube.com/playlist?list=PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.11.17
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.2.1, ffprobe 4.2.1
[debug] Proxy map: {}
[youtube:tab] PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC: Downloading webpage
[download] Downloading playlist: PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC
[youtube:tab] playlist PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC: Downloading 4 videos
[download] Downloading video 1 of 4
[youtube] dSQztKXR6k0: Downloading webpage
[debug] Invoking downloader on 'https://r5---sn-p5qs7n76.googlevideo.com/videoplayback?expire=1605590817&ei=wQqzX6zKD4_w8gTxjKH4Bg&ip=216.55.242.167&id=o-AJB05Tl8D6E0NUAQIT9g-KRtisvMamgJil8U3onwKCVU&itag=22&source=youtube&requiressl=yes&mh=kW&mm=31%2C26&mn=sn-p5qs7n76%2Csn-ab5szn7y&ms=au%2Conr&mv=m&mvi=5&pl=20&initcwndbps=1818750&vprv=1&mime=video%2Fmp4&ns=rkootlNROmA8BQUMtSJoQI0F&ratebypass=yes&dur=389.352&lmt=1586517294104781&mt=1605569088&fvip=5&c=WEB&txp=4535432&n=-L_-OEgfX7Jvx7NaR&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cns%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRQIgGUSO4PQBU02cz18nk13HEcwgM8k-Ab2lYdoPt1PVlT8CIQCwPZrGIoz83Q2ql5pv_ix-gC4iTmtRX1RhASz-3WMjwQ%3D%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AG3C_xAwRQIhAL1aUTZcL5ggWhB-oCQ1XMbeVov0bMXWjIOOEoaVK5P5AiA1E6VNSaYCcBMCySouAb20rJOrFsitj3AWA8TIVvBrHA%3D%3D'
[download] Destination: d:\YT Downloads\Vox\PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC\1 - Why fighting the coronavirus depends on you.mp4
[download]  20.2% of 16.26MiB at 227.50KiB/s ETA 00:58

Description

When downloading a YouTube playlist, the folder name where the files are saved is not correct. It saves it like this:

d:\YT Downloads\Vox\PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC\1 - Why fighting the coronavirus depends on you.mp4

The folder name corresponding the the playlist is "PLQU3lVc2g9oQAPlOEnAXzIXvRoJc2AAdC" which is actually part of the playlist's URL. The correct folder name should be "COVID-19"

@dstftw dstftw closed this as completed in f8c749f Nov 17, 2020
@dstftw dstftw mentioned this issue Nov 17, 2020
1 task
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

1 participant