View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#11
Originally Posted by Yisroel491 View Post
ok that's why i asked for some instructions.
Sorry for being rude, I should think twice before posting.

$ indicates user's command prompt so it should not be typed. Anything that comes after it is the command. With --help flag most commands will show a help page, which will tell you the syntax to use and some useful command line arguments (aka flags). For example:
Code:
$ movgrab --help
Its output will tell us among other things that -T flag will run movgrab in test mode and show available video formats and resolutions without actually downloading anything.

If you just want to download a file, without specifying a resolution or a format you can just type movgrab followed with an URL to a web page showing the video. For example:
Code:
$ movgrab http://www.youtube.com/watch?v=B2Je1CEPkUM
Movgrab works also for many other sites.