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.
del #13553
del #13553
Comments
|
@Sonicpromo probably this is related to your case: "Output templates can also contain arbitrary hierarchical path, e.g. -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' which will result in downloading each video in a directory corresponding to this path template. Any missing directory will be automatically created for you.". And you can use a lot of different "macro" in a path. |
|
Put the output template into your config file. This way it always uses your directory hierarchy, e.g.
Uh, with youtube-dl? No. Use ffmpeg or something, although I don't see the point in converting 1080p to 720p |
|
Post your output of |
|
Portable version? youtube-dl is just a static binary, hence it's always portable? |
|
It is the same program, yes. youtube-dl is bundled with this GUI application, as it seems, but it might be outdated. You can download the latest youtube-dl here: https://github.com/rg3/youtube-dl/releases I think you're on Windows? Then use |
|
Yes, exactly.
This means that no config options are active. You need to create a configuration file (correct file name), put it in the right location so that youtube-dl finds it. Inside the config file you can use the same options as on the command line.. And if you run |
|
Thanks for the help but I think I should better stick to GUI version or any other software that can do such a simple option by default without doing thousands unnecessary steps |
|
Well, your decision. But it's actually really easy. If your username is 1, then it's just this file: And inside this file just the line for the output template, e.g. |
|
I understand that but I did it and things don't work out. I assume you think that I use youtube-dl via cmd, but that's not true. This setting is probably doesn't work correctly with GUI version |
|
youtube-dl does not have an official GUI. Any youtube-dl's GUI is a 3rd party software that is not affiliated with youtube-dl. Contact its developers/issue tracker for any help. |
del