java-youtube-downloader
java-youtube-downloader copied to clipboard
document your api?
please document to see what is happening under the hood
+1
@Twapa @Shabinder hi guys, what exactly docs do you want to see here? This library is not really complicated and 1 page of usage examples in README should be enough for now, IMHO. In fact I have plans to refactor the whole library (class naming, package structure, interfaces, because now some of them are counterintuitive) and after that I may think about creating simple wiki.
alright that will be great
I've implemented the 2.x.x library, is there some documentation how to migrate to the 3.x.x library? I tried to compile with the 3.x.x and then see if I could fix the errors, but the refactoring is quite major, so most of the code is broken now. Some documentation would be nice.
@sealedtx Thanks again for this wonderful library. Up to today its working fantastic. Keep up the good work.
@barbetb hi, there is no migration documentation, because 3.x.x contains lot of major changes and completely changing extraction and downloading API. The only documentation for now – Usage section in README. You may compare it with 2.x.x Usage