AutoHotkey Community

It is currently May 26th, 2012, 7:59 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 76 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next
Author Message
PostPosted: July 9th, 2008, 9:52 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
SuperRipper is a free video ripper script to mass download videos, pictures and other content that are linked or embedded in html web sites.

SuperRipper will:

- scan html files

- following through any click-depth

- for linked or embeded video/audio/pic stuff (you define file extension),

- put filtered file links into a download queue,

- and start a real multithreaded download process with 1-16 parallel downloads (auto sorted re-naming downloaded files).

Image

It also uses "link-stripping" for link-in-link type urls. (you know these link: http://some.com/what.php?link_url=http: ... =wherefrom)

It also supports flv files from YouTube + Altavista, Alltheweb, Google ...

You can add direct search links to start ripping from e.g. YouTube + keywords

It also can follow search pages: 1-2-3-4-5-6-7-8-9-10... etc.

Can download some mass, so be careful with your discspace... :lol:

Image

Give it a look & try if curious.

cheers,
fures

PS: I used some code from other coders in my script:
- HTTPQueryInfo from olfen
- Eval - evaluate arithmetic expressions from Laszlo
Thanks for them.

Download the latest version from the link in the next post.
Enough to download the main program (SuperRipper.exe or .ahk) - that will install the other stuff (downloader and icons).


Last edited by fures on July 9th, 2009, 8:05 am, edited 3 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 13th, 2008, 3:26 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
I fiddled a bit with speed optimization...

Updated version at my site:

[updated links: 2009-07-09]
Windows exe:
VidRipper.exe




These are not needed for running the exe (will be installed automatically)

Script ahk:
VidRipper.ahk
VidRipper_Dnl.ahk

Icons are also located there:
down.ico
error.ico
info.ico
ok.ico
search.ico


fures


Last edited by fures on July 9th, 2009, 7:55 am, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2008, 9:20 am 
Looks very nice. Only seems a bit too much work for ripping bad quality videos from youtube. :)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2008, 1:59 pm 
@ fures
Thx for sharing it. Btw, which tool you used to create that commented screenshot?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2008, 2:03 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
@Guest
Yepp. But I still enjoy it...

@Bobo
The tool is simply PowerPoint (sorry...)

fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2008, 2:15 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
By the way, the point here is the proof of concept for a multi-threaded download technology.

The problem was that in AHK, URLDownloadToFile is a little rigid: It freezes running until download is done or timed out, and does not indicate progress. Thus it is not possible to run several downloads parallely.

Now this script contains a method for solving this issue:
The script creates a download queue and uses another script for downloading files in the queue. With this method, each download is a separate instance and the main script can run undisturbed during the downloads.

fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2008, 9:20 am 
Offline

Joined: December 19th, 2006, 2:14 pm
Posts: 72
Location: France
Hi fures

Interresting script

Some blocking points for me :
- can't enter a proxy in interface :(
- My AHK is not in program files, changed
Code:
            IfExist,C:\Program Files\AutoHotkey\AutoHotkey.exe
               Run, "C:\Program Files\AutoHotkey\AutoHotkey.exe" "myDownload.ahk" "%turl%" "%tfil%" %A_Index%,,,runID

to
Code:
            If (!A__IsCompiled)
               Run, "%A_AhkPath%" "myDownload.ahk" "%turl%" "%tfil%" %A_Index%,,,runID

- In your main post, you should give the recommanded name for files (in particular for the downloader script, for which the name is mandatory :) )


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2008, 9:41 am 
Offline

Joined: April 7th, 2004, 2:43 pm
Posts: 62
So nicely done.

WOW


Report this post
Top
 Profile  
Reply with quote  
PostPosted: June 30th, 2009, 7:29 pm 
When I clicked ion the exe file, it didnt open....?
It ssays: pages cannot be displaced...
Help Please.


Thanks.


fures wrote:
SuperRipper is a free video ripper script to mass download videos, pictures and other content that are linked or embedded in html web sites.

SuperRipper will:

- scan html files

- following through any click-depth

- for linked or embeded video/audio/pic stuff (you define file extension),

- put filtered file links into a download queue,

- and start a real multithreaded download process with 1-16 parallel downloads (auto sorted re-naming downloaded files).

Image

It also uses "link-stripping" for link-in-link type urls. (you know these link: http://some.com/what.php?link_url=http: ... =wherefrom)

It also supports flv files from YouTube + Altavista, Alltheweb, Google ...

You can add direct search links to start ripping from e.g. YouTube + keywords

It also can follow search pages: 1-2-3-4-5-6-7-8-9-10... etc.

Can download some mass, so be careful with your discspace... :lol:

Image

Give it a look & try if curious.

cheers,
fures

PS: I used some code from other coders in my script:
- HTTPQueryInfo from olfen
- Eval - evaluate arithmetic expressions from Laszlo
Thanks for them.

Download the latest version from the link in the next post.
Enough to download the main program (SuperRipper.exe or .ahk) - that will install the other stuff (downloader and icons).


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 30th, 2009, 8:03 pm 
grateful, don´t quote whole posts, it´s annoing.
Quote:
When I clicked ion the exe file, it didnt open....?
It ssays: pages cannot be displaced...

That is, because the files are not longer hosted on this server.
Sadly fures didn´t post his scripts on the forum or autohotkey.net,
so the scripts will not be available until fures puts them back there (or better here in the forum)


Report this post
Top
  
Reply with quote  
 Post subject: Not available..
PostPosted: July 2nd, 2009, 3:37 pm 
Offline

Joined: September 15th, 2006, 10:25 am
Posts: 567
So sad that the files are not available now.. Hope you could put them back here.. Thanks in advance.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 8th, 2009, 12:45 pm 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
Yes this is a must have! Please reup.

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 9th, 2009, 7:52 am 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
Hi Forum,

Thanks for the interest for the missing files. They are reuped now and can be found here:

The exe file - installs all other stuff (downloader exe and icons)
http://wfures.eqnet.hu/my_ahk_updates/VidRipper.exe

The ahk files:
- main ripper script
http://wfures.eqnet.hu/my_ahk_updates/VidRipper.ahk
- downlaoder thread script
http://wfures.eqnet.hu/my_ahk_updates/VidRipper_Dnl.ahk

Hope you like it.
Best

Fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2009, 8:01 am 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
Ok the weirdest thing happens. When I run the compiled version I get an error, SuperVidRipper does not exist and then it erases itself (kind wish I could do that actually). Same thing happens with the .ahk version.

I was looking forward to this :?

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2009, 8:10 am 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
Let me tackle this now.

It works on my XP.
Do you run Vista?
Do you have UAC enabled?
Are you an admin user on your Vista?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 76 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: infogulch, notsoobvious, tomoe_uehara, Xx7 and 16 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group