-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Create Playlists as subfolder does not work (as expected) #7372
Comments
It can only know the playlist name if you use the playlist url. To clarify what's your exact problem, please post the full output of youtube-dl --verbose URL OTHER_OPTIONS` (as explained in the bug reporting guide. |
Put the verbose Informations in two files one channel download and a specific plalistdownload Tried to attach txt files with the information but it is not allowed for me Should I paste the whole text in here? |
Channel downlaod fail subfolder: playlist download correct subfolder |
for explanantion: |
Ok Thanks, |
Workaround?
|
As @dstftw has said, it's not implemented in youtube-dl (see #3817). You may want to write a script and/or implement it in youtube-dl.
Probably |
This feature will be supported in the next version for URLs of the following format: |
As I read from here, the command line :
youtube-dl -ciw ytuser:XYZ -o d:\youtube%(uploader)s%(playlist)s%(title)s.%(ext)s
should create a local hirarchy of \name of the channel \ name of the playlist(s) as a subfolder/s) \ title and extension video file.
What I get is d:\youtube\XYZ\ Uploads from XYZ\ all files flat out.
Is there something i am doing wrong with the command line or
why does it not create playlists as subfolder and put the corresponding files in it
Edit:
If a URL from a playlist itself is used as an input, a corresponding directory with the playlist name is created as expected
The text was updated successfully, but these errors were encountered: