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.
Time to stop describing youtube-dl as "small"? #9814
Comments
|
Good idea! |
|
Good point. On http://rg3.github.io/youtube-dl/ it says that
Maybe change 'few' to 'many' or something else. |
|
change small to awesome ;-) |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.06.16. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Is it time to stop describing youtube-dl as "small"? I counted the current version with cloc, as installed from the webupd8 PPA, and it comes to a shade under 80kLOC in just under 650 files. I don't think that qualifies as small, either in lines of code or in complexity of installation (e.g. cloc itself is about 10kLOC, but ships as a single Perl file, so it's sort of small).
Suggested change: remove the word "small" from the project description on GitHub, from https://rg3.github.io/youtube-dl/ and from any other corresponding places. I note that the README in particular does not seem (any more?) to describe youtube-dl as "small".
youtube-dl is great; thanks for working on it!