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.
add youtube_dl wiki #11234
add youtube_dl wiki #11234
Comments
|
yes , if its enabled i can then commit the wiki documentation i based from https://github.com/rg3/youtube-dl/blob/master/README.md , changelog https://github.com/rg3/youtube-dl/blob/master/ChangeLog , custom fork to enhance this project 1. youtube-dl-api https://github.com/MrS0m30n3/youtube-dl-gui ,2. node-js based youtube-dl https://github.com/fent/node-youtube-dl ,3. youtube-dl web api https://github.com/avignat/Youtube-dl-WebUI ,4. my own youtube_dl_java https://github.com/siddht1/youtube_dl_java/ and many more https://github.com/search?utf8=%E2%9C%93&q=youtube-dl |
|
so @rg3 can see that his project has influenced the project itself and projects using/implementing this project 77 pages of search to be exact/precise |
|
i was recently scraping every documents,wikis,github search.The number are just huge. If someone searches for https://github.com/search?utf8=%E2%9C%93&q=youtube-dl then one would find 1,153 repository including this one.So surely this projects influenced lots of projects wheter gui,using this tool in other languages(i have worked for java,c,c++,php, other developers have made gui and what not) and other devices(especially android). @rg3 @yan12125 @dstftw you truly are my python heroes. @rg3 how to connect to you as mentioned in #5466. I am willing to help as I am already constructing it. |
|
How the number of derived projects is even related to wiki at youtube-dl? There is absolutely no point in wiki that repeats README.md, ChangeLog and so on. Everything that is relevant to youtube-dl can be placed into FAQ. |
|
@dstftw okay i get your point,I meant that youtube-dl influenced other projects(derived)[shows the popularity of the project by the way]. I just meant to create a wiki which contains everything youtube-dl can do and cannot do and present in nicely. readme.md is huge by the way(too huge for a summary) and is still incomplete(you recently deleted my comments where a developer was trying to help another developer due to poorly documented python api and failed). Technically readme.md,changelog and license is important to build the debian package(also shared by debian and its derivatives),same goes for other packaging for yaourt,etc. What I am trying here is a complete manual for youtube-dl(might be others have faced the same difficulty due to sort of broken documentation). Dont you think https://github.com/rg3/youtube-dl#embedding-youtube-dl is partially documented. youtube-dl has 931 releases and due to #1626 and similar requests changelog was added. If its enabled it would help others and maybe you too,even FAQ can be exported to wiki. Atleast someone created a wiki about youtube-dl project https://en.wikipedia.org/wiki/Youtube-dl. |
Your comment was completely irrelevant. It's technically not feasible to document everything. There will always be gaps cause it's impossible to cover all possible use cases. If you think it's partially documented then go ahead and improve it, you don't need wiki for that. For documenting python API you don't need it either but doc strings rights in source code that is later should be used for generating human readable documentation.
How is it supposed to help? Moving docs from one place to another does not make any difference.
For what purpose? This won't change anything. Needless to say it will add another resource overhead for core developers for keeping it in sync with FAQ. |
okay thank you for correcting me as I was using the method I found to work.
This is great,but even I am not completly familar,but would surely document what`s missing.Like some usage guide I found from other sources.Things like youtube-dl actually supports every format available(images,all possible audio format,all possible video format). By wiki I mean encyclopedia,which readme.md partially serves.
readme.md will become summary instead. changelog can be auto generated by diff.
If purpose for this request is documentation.If instead it sorts of becomes like encyclopedia,it might help others if formatted well. one request though https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#is-your-question-about-youtube-dl sorts of contradicts https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#is-anyone-going-to-need-the-feature. https://github.com/rg3/youtube-dl/blob/master/CONTRIBUTING.md#youtube-dl-coding-conventions is partially documented in a newbie perspective. As you are highly experienced in youtube-dl documented or not you already know whats the purpose. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.11.18. 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
I would request @rg3 or the developers to enable the wikis part , so that the maintainers/developers/others/me could add wiki based on this project or similar projects using youtube_dl as an sub fork on their project .
This is as I am going to release the next version (v0.0.2) https://github.com/siddht1/youtube_dl_java/tree/master/0.0.2 which uses this project as a sub fork . #10975