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.
Video ID in output file name #13267
Video ID in output file name #13267
Comments
|
Ok, but this is just for the end user, not for extractor developer to construct a default name. User has to explicitly think about the file name in advance. |
|
End user decided what will be the output name. As developer you should not touch it. |
Hi there!
I'm working on 2 new extractors. My concern is name of the output file. It contains video ID which is 36 characters long. The file name looks pretty ugly in such case. I could provide an empty id but what's the point of mandatory ID then? :-) Dash/minus character couldn't be removed that way anyway.
Is there way to remove dash and video ID suffix from the name? Title I provide contains video release date (with leading zeros) so the uniqueness of the name shouldn't be an issue.
Thanks in advance!