|
JMovieDownloader is still at its VERY early stages; if you wish
to help in its development (or you are just curious!) you can download its source code from the
download page.
Translations
If you feel you can provide a translation of JMovieDownloader in your language, you can find all the
string constants used by the application in the core.CoreStrings
and gui.GUIStrings classes.
New sites
If you want to try something more challenging, you might wish to add support for some other video site.
To do so, you should implement a subclass of the abstract
core.downloader.AbstractVideoDownloader class, in a new
dedicated package; you can have a look at the existing implementations
(e.g. core.downloader.youtube.YoutubeVideoDownloader)
to get hints and inspiration.
Sooner or later, I'm also going to add some comments (and maybe even JavaDoc info too!) in the source files...
Tools of the trade
To dissect the contents of web pages, a very useful tool is Firebug,
a free plug-in for the Firefox web browser.
To capture the packets travelling between your browser and the web server, you can always rely on the unvaluable
Wireshark tool.
|