Jump to content

Tube Take


logmein
 Share

Recommended Posts

Easy to download videos from youtube.com

Version 1.0.2 released! (22-7-2009)

HISTORY

- V 1.0.1 : Fix some bugs

Edit Preview GUI

- V 1.0.2 : Add new features : auto get video url from clipboard

<snip>

Exe file and documentation can be found here : <snip>

Comments are welcome!!!

Edited by Melba23
Code and link removed
Link to comment
Share on other sites

Just some little suggestions:

- At the exit function, i should better if you only warning user if a downloading is in processing.

- Should check if $var1 includes http:// or not. If not then preview will not work and What does $urls do while $S reads input again?

$urls = GUICtrlRead($Input)
If StringLeft($urls, 7) <> "http://" Then
     $urls = "http://" & $urls
EndIf
$s = StringReplace($urls, 'watch?v=', 'v/')

- How to exit preview window? Should register ESC key or something like that. No one think click close on main GUI can close it.

Edited by nguyenbason
UnderWorldVN- Just play the way you like it
Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...