The Following 33 Users Say Thank You to colin.stephane For This Useful Post: | ||
acrux, ersanpermana, Estel, freemangordon, Garrett_PL, ghost_who_walks, handaxe, Hariainm, imo, Iryus, kent_autistic, kureyon, ladoga, marmistrz, marxian, mosiomm, mr_pingu, peterleinchen, phapsubongtoi, pichlo, pinoverclock, ranbaxy, reinob, Schturman, SHARP66, sifo, Sohil876, Sourav.dubey, thedead1440, Tiran, Verssetti, Wikiwide, xes |
|
2012-12-06
, 21:53
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#3
|
The Following 3 Users Say Thank You to mr_pingu For This Useful Post: | ||
|
2012-12-06
, 21:59
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#4
|
The Following User Says Thank You to sifo For This Useful Post: | ||
|
2012-12-07
, 06:59
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#5
|
The Following 4 Users Say Thank You to thedead1440 For This Useful Post: | ||
|
2012-12-07
, 12:10
|
Posts: 230 |
Thanked: 302 times |
Joined on Oct 2009
@ Helsinki, Suomi (Finland)
|
#6
|
The Following 2 Users Say Thank You to ladoga For This Useful Post: | ||
|
2013-01-03
, 13:39
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#8
|
The Following 4 Users Say Thank You to colin.stephane For This Useful Post: | ||
|
2013-03-29
, 11:00
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#9
|
The Following 4 Users Say Thank You to colin.stephane For This Useful Post: | ||
Here is my first attempt to package the latest version of movgrab :
Edit the 30th April 2013 : Pushed version up to the latest (1.2.1) ...
Changelog :
Version 1.2.1
movgrab :
movgrab is a downloader for all those pesky sites that insist you use a big fat browser that runs flash in order to see their content. It's a command-line app written in straight C, and so doesn't require you to install perl. Nor ruby. Nor python. Nor guile, scheme, glib, gtk, qt, gnome, kde, X-windows, m4, firefox or windows. No! Not any of that! It *should* compile on all posix unix systems, I think (although I'm a bit worried about the whole little-endian/big-endian thing).
Overview :
Written in straight C.
Command-line application.
No dependancies, everything needed is in the .tar.gz source file.
HTTP Proxy server support.
Write download to std-out to feed into another application: (eg movgrab -f - URL | mplayer -).
Progress display while downloading.
Fork into background with '-b' flag.
Homepage :
https://sites.google.com/site/columscode/home/movgrab
Download packages from extra-devel :
Activate all repositories following this tutorial : Repositories Activation
Then, as usual, as root, install with :
Example :
- First we use '-T' option to show all formats available ...
A++
Last edited by colin.stephane; 2013-04-30 at 12:29. Reason: Pushed version up to the latest (1.2.1) ...