AutoHotkey Community

It is currently May 26th, 2012, 9:21 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 76 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: July 22nd, 2009, 12:19 am 
thx again fures...

another suggestions:

1- allow maximized window

2- remember last save dir

3- the script in running very slow to me "not responding" appears a lot, and isn't my cpu and neither my memory, and dont know what is causing it


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2009, 10:24 am 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
Thanks for the comments.

UPDATE v 5.5
- Speed is substantially tuned up (download status update took 1500ms - now it is 30ms). A big learning: ControlGetText or WinGetText is bloody slow!

The other comments:
will come...

Maximizing window is not that easy - you have to set up dynamic sizing for every cotnrol on the GUI. Well, it is easy, but takes time to code - ad is not that interesting either...

Ciao,
fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2009, 8:31 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
And... here we are again

UPDATE
version 5.6

Spec. thanks for Titan's Anchor function!!! Everybody should get to know it - it's GREAT stuff.

NEWS
- Resizable window, also maximizable (I didn't bother with the 1st tab much, but Ripper Tree and Download status are much nicer in max'ed view. Maybe in a later upd...)
- Remembers your last Save-Dir
- It will ripp uggly looking, partially Base64 Ecoded urls (like this: http:/blabla.com/st/out.php?l=0.1.0.747.11148&u=/out.php?url=~aHR0cDovL3d3dy5taWxmc2V5ZS5jb20vZmhndi90cm
FpbGVyc2NsaXBzLzgvMDAwMS8xNzUxNDg4L2luZGV4Lmh0bWw=~)

enjoy
fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Great!
PostPosted: July 23rd, 2009, 6:34 am 
Offline

Joined: September 15th, 2006, 10:25 am
Posts: 567
This is wonderful work! Keep it up.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 23rd, 2009, 11:27 pm 
awesome program!!!! It seems a little laggy for me as well.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2009, 2:22 pm 
Offline

Joined: October 4th, 2006, 2:15 am
Posts: 250
Location: Louisville, KY
Quite an impressive bit of work... thanks for sharing it!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2009, 7:01 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
Can all testers please refer back to me about speed of the script. For me it is quite fast and responsive.

There are basically two reasons for possible slowness:

1. Each YT video is checked online for HD and HQ versions first. If you are lucky, the first check will find a HD version and the download starts. If not that lucky, download will only start after 3 unsuccessful online file checks. (This is about 1-2 sec delay for each YT file)

2. Unresponsiveness is coming from the fact that download status windows are now handled by the main script - not the downloader script. The reason for this is to make gui integration possible. If that is a problem, you can always revert to "show external download windows" method by checking this checkbox.

cheers,
fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 30th, 2009, 5:01 am 
when i restore the script, when i change tab, when i click anywhere his become Unresponsive, take about 3s, or sometimes more than 10s to come back to normal, he dont crash but lag almost every time, and my CPU shows 0% - 1% in use....


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 30th, 2009, 5:03 am 
i forget to say...


for my this script always have this lags, even in the old version with external "download status bar"


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 30th, 2009, 5:07 am 
other impression about this lag problem



When i press stop, he became Unresponsive like always, after like 4s he really stops, and the lag stop too, the script continue to download unfinished files normally with no lag


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 30th, 2009, 5:13 am 
sry my english, i am brazilian and i speak portuguese, i hope that u guys can understand what i wrote


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 10:34 am 
"File name include list" is not working 100%

Some times the script ignore files that match with "File name include list"


Examples:

1- In some files i think is something to do with long file names in youtube, like:

File name in youtube: Blablabla blablabla bla bla bla bla rocket

File name include list: rocket





2- Another problem with "File name include list" is with ^ ~ ´:

File name in youtube: renãca

File name include list: renãca (renaca dosent work too)


thx for everyting fures


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 8:47 pm 
Offline

Joined: January 31st, 2008, 8:47 pm
Posts: 88
UPDATE
version 5.6.1

Anonymous wrote:
In some files i think is something to do with long file names in youtube, like:
File name in youtube: Blablabla blablabla bla bla bla bla rocket
File name include list: rocket

Corrected

Anonymous wrote:
Another problem with "File name include list" is with ^ ~ ´:
File name in youtube: renãca
File name include list: renãca (renaca dosent work too)

Corrected

Thanks for the bug report.

enjoy
fures


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 10:47 pm 
Possible to rip flash games as well? :O


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 10:52 pm 
still not working for me for some files...

Example:

1-

Try search in youtube for: reñaca (Add to link list)
File name include list: reñaca
File extension list: default


william reñaca
http://www.youtube.com/watch?v=5rXRtQH-Pqs

FILTER: Filename does not include -> FILTER: File not in file-extension list






-----------------------------







2-

Try search in youtube for: albert einstein (Add to link list)
File name include list: albert einstein
File extension list: default


Albert Einstein on Gandhi
http://www.youtube.com/watch?v=sH5kNcAxtKs

FILTER: Filename does not include -> FILTER: File not in file-extension list


thx again


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 14 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