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.
start fname with alph-numerical [was: don't allow hyphen, '-', at the beginning of the file name] #5035
Comments
|
Thank you for the report. In youtube-dl 2015.02.24.1 and newer, the filename will only start with |
|
[please re-opne] https://www.youtube.com/watch?v=MZtQ24thVg0 youtube-dl will use '.' as the beginning of the name. that's just wrong in *nix systems since it will hide the file. i strongly suggest using detox, reinventing the wheel is probably not worth the time. |
use detox(1) if need be. file names like --gasdgf.mp4 are hard to deal with. mv(1) for one will refuse to work unless '--' is passed as arg1 and so on.