Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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