Cclive video extraction utility - now with gui

Stuff that has yet to be sorted into a category.
Message
Author
aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#21 Post by aragon »

hi mike,

i've uploaded the actual version 0.3.1, see first post. there's also the updated curl-package, needed to run/compile this version.

i've only tested with one video from youtube, but that worked.

aragon

p.s: who the f*** is murphy ;-)

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#22 Post by mikeb »

http://www.murphys-laws.com/

cheers for the update...off to test :)

mike

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#23 Post by ttuuxxx »

mikeb wrote:http://www.murphys-laws.com/

cheers for the update...off to test :)

mike
I thought it was a stout beer?lol I knew about murphys-law, that was a 80's think, people used to mention it almost every second day, But its been years since I've heard someone say it :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#24 Post by mikeb »

Ok tested 3.1 on crusty old 2.12 with old curl version (7.15)...worked just fine plus google video now working :) .

Updated libcurl (7.19) anyway and that seems 100% also

Cheers for a successful update.

I was going to say sod's law earlier but politeness took over

mike

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#25 Post by mikeb »

Well was suggested I put up my gui...it runs cclive (video) or wget (file) as appropriate and included the real gtklogfileviewer (renamed) cos the substitute is erm not good enough. Pop into /usr/bin

Just for peeps to play with..I use it all the time...needs working cclive.
0.4.7 is considerably larger and 0.3.1 still handles you tube and google so I've hung onto that version myself.

mike

edit..added a v2 thats easier for multiple downloads and try different formats
edit 2 cclive 0.3.1 added just for completeness.....it too needs the curl update
edit 3 oops fixed v2 for spaces in file names... :oops:
edit 4 just changed to latest one with relaid gui ...been using it for a while now.
Just finishing a rewrite that neatens thing up a bit...will post after testing.
Ok... put everything together...the one for 0.4.7 not fully tested but there's only 2 minor syntax changes anyway....
edit 5 Ok rewrite done and now added a better display of current downloads and the ability to choose and stop then from it. Since -c is used a stopped/killed download can be resumed by using the same address and destination name.
edit 6 Ouch...spaces in names messing up wget detection so more wrestling with bash and hopefully fixed now..the 0.4.7 gui may work as is with the latest release but will be checking soon,....yes but some additional formats added...should be fine for 0.4.7 or 0.5.7
Attachments
cclive_0.5.7_gui_v4.1.tar.gz
(8.44 KiB) Downloaded 529 times
cclive_0.3.1_gui_v4.1.tar.gz
(8.4 KiB) Downloaded 519 times
wget.png
(24.53 KiB) Downloaded 979 times
cclive-0.3.1.tar.gz
(16.49 KiB) Downloaded 510 times
Last edited by mikeb on Wed 27 Jan 2010, 13:31, edited 10 times in total.

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#26 Post by aragon »

hi mike,

will test this soon. i also have the actual cclive, will upload soon.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#27 Post by mikeb »

Well I'm still using 0.3.1 from the first post and its still ok for at least you tube :)

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#28 Post by aragon »

uploaded new version of cclive (0.4.7) and curl (7.19.6). see main post.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#29 Post by mikeb »

uploaded new version of cclive (0.4.7) and curl (7.19.6). see main post.

aragon
cheers...will check it out with that dodgy gui I made :D

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#30 Post by aragon »

dodgy? i would call it clean ;-)

but i'm having actually a little problem with your gui. download runs, but the logging window does not report as intended. i'll have to investigate a little more and report back.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#31 Post by mikeb »

3.1 outputs tp stderr 4.7 to stdout

quick fix line 93

Code: Select all

cclive -c -f $FORMAT -O "$DEST" $ADDRS 2> /tmp/tart."$FID" &
changed to

Code: Select all

	cclive -c -f $FORMAT -O "$DEST" $ADDRS > /tmp/tart."$FID" &
I will tart up the gui anyway and include new formats

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#32 Post by aragon »

mike, that did the trick.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#33 Post by mikeb »

I'm getting some odd behavoiur in relation to formats...there is a new list but seems to get upset when using some of them even when listed for the host...bear with me...Layout has been improved anyway :)

mike

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#34 Post by mikeb »

Moved to earlier post....
Last edited by mikeb on Sat 02 Jan 2010, 12:45, edited 2 times in total.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#35 Post by mikeb »

This post is left intentionally vacant like its writer...
Last edited by mikeb on Sat 02 Jan 2010, 12:38, edited 1 time in total.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#36 Post by mikeb »

See above...

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#37 Post by mikeb »

Bumped as updates to my gui for cclive buried in the second page...
mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#38 Post by aragon »

will try soon. i'm also preparing a new pkg for cclive 0.5.4 but if memory serves me right. this also needs a new pcre ( :roll: ... )

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#39 Post by mikeb »

Hmm...its marching on...I will check out if the gui I made needs any changes for it compared to 0.4.7.

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#40 Post by aragon »

uploaded 0.5.7 to first post.

aragon

Post Reply