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

[Broken] Youtube output folder title problems #283

Open
2 tasks done
snvoid opened this issue Dec 14, 2020 · 1 comment
Open
2 tasks done

[Broken] Youtube output folder title problems #283

snvoid opened this issue Dec 14, 2020 · 1 comment

Comments

@snvoid
Copy link

snvoid commented Dec 14, 2020

Checklist

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

Verbose log


!youtube-dlc --download-archive '/content/archive/archive.txt' -v --force-ipv4 --playlist-start 1 --playlist-end 33  -f best -icw -o  "/content/download/%(playlist)s/%(upload_date)s - %(title)s.%(ext)s" https://www.youtube.com/user/RSDMaximilian/videos
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--download-archive', '/content/archive/archive.txt', '-v', '--force-ipv4', '--playlist-start', '1', '--playlist-end', '33', '-f', 'best', '-icw', '-o', '/content/download/%(playlist)s/%(upload_date)s - %(title)s.%(ext)s', 'https://www.youtube.com/user/RSDMaximilian/videos']
[debug] Loading archive file '/content/archive/archive.txt'
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dlc version 2020.11.11-3
[debug] Python version 3.6.9 (CPython) - Linux-4.19.112+-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.8, ffprobe 3.4.8
[debug] Proxy map: {}
[youtube:user] RSDMaximilian: Downloading channel page
[youtube:playlist] UUmIq20BSpfq7Y5qS-dQudog: Downloading webpage
[download] Downloading playlist: UUmIq20BSpfq7Y5qS-dQudog```


## Description

<!--
Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
-->

Comparing this functionality with youtube-dl (original) which works fine. 

When using yt-dlc, when selecting output as (playlist) the name of the folder ends up being the string "UUmIq20BSpfq7Y5qS-dQudog" instead of the title of the playlist or in this case channel. I tried changing the output to (channel), (playlist_title) and (playlist) and all result in the same url string. 

In youtube-dl (original) the folder is titled correctly with the playlist or channel name regardless of if you use (channel) or (playlist). 

playlist (string): Name or id of the playlist that contains the video
channel (string): Full name of the channel the video is uploaded on
@snvoid snvoid changed the title [Broken] [Broken] Youtube output folder title problems Dec 14, 2020
@pukkandan
Copy link
Contributor

channel is not currently working for either ytdl or dlc. playlist is fixed in #280

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