PhonPhun

Menu
Home
M-SuDoKu
M-SuDoKu-LE
M-Kanji-SuDoKu
M-Puzzle
M-Shift
JMovieDownloader
Info
Graphic interface
Command line
License
Download
For developers
Java Utility
Audio/Video
Tools
 
Tutorials
Contacts

Donate
Support PhonPhun!!!

More info available here!

AV TOP100

Page views

 
JMovieDownloader: Command line

Download the JMovieDownloader Java executable file from this page, open a command prompt or shell window and then move to the directory/folder where you saved the file.

Using the following command:
java -jar JMovieDownloader_vX.Y.Z.jar -h
you can see the program help page:


Click on the image to enlarge it in a new window

The command line syntax is as follows:
java -jar JMovieDownloader_vX.Y.Z.jar [-s] [-p <host>:<port>] [-o] [-d <directory>] <URL> [<URL>...]

where:

  • -s runs the application in silent mode;
  • -p specifies the HTTP proxy to use, with the -p <address>:<port> syntax
  • -o overwrites existing files with the same name, if already present in the destination directory
  • -d specifies a destination directory for the downloaded files
  • <URL> is the URL of the web page with the video file you wish to download

You can specify more than a URL at a time: just use a space-separated list!