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.
I've verified and I assure that I'm running youtube-dl 2018.05.01
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
Feature request (request for a new functionality)
Forgive me if I show any lack of knowledge here, I'm not too experienced with this stuff.
I'd like for lists generated by download-archive to work by each user downloaded from, but as far as I can tell, it doesn't support any variable filenames/directories, or at least not the same variables covered by the "output" option. At the moment, I'm trying to make the option use generic files called "LIST" in the directory of the current video's uploader, but this doesn't work since the option doesn't recognise %(uploader). In my particular case, I've recently changed my file naming scheme, so if I tried to download new videos from a given channel, I couldn't just use download-archive to avoid duplicates.
As a working solution, I could just set the download-archive option to work from the current directory and cd whenever I'm downloading from a new user, but this would be inconvenient in cases where you're not setting out to archive an entire channel.
People might disagree over the sort of behaviour I'm asking for, so if there's some other kind of solution, I'd be happy to use that.