This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Youtube search tcl - youtube.tcl by Mookie

Support & discussion of released scripts, and announcements of new releases.
Post Reply
p
panasonic
Voice
Posts: 25
Joined: Sat Sep 15, 2007 5:27 am

Youtube search tcl - youtube.tcl by Mookie

Post by panasonic »

hi!
i'm searching for Youtube tcl script which will display search result in channel by using public command
only found one in tcl archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1477
created by Mookie

i've tried to load this youtube.tcl script but it says it will require http
what does it means?

Code: Select all

### YouTube Searching script. v0.1
### Made by Mookie		
### Contact me at Efnet for more information or suggestions
### Make sure you load the http.tcl file
and i'm heading again to tcl archive and try to search http.tcl
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1055
i found this script created by - perpleXa

there's nothing much to configure for both youtube.tcl and http.tcl
and I loaded them in my scripts folder and create path in eggdrop.conf

but nothing happen when i typed !youtube *item* in my channel
please shed some light

thank you
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Usually refers to the http package that comes as part of newer versions of tcl.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: Youtube search tcl - youtube.tcl by Mookie

Post by speechles »

panasonic wrote:hi!
i'm searching for Youtube tcl script which will display search result in channel by using public command
only found one in tcl archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1477
created by Mookie
You've overlooked an obvious one. Most don't know about it because it's not in the archive (searching the forum for youtube would've found it tho).. You can find it here. It does a whole lot more than just youtube (youtube being one of it's strong points), and best of all, it's multilingual! You can search any countrys youtube server and have results returned in that language, not only english, any language. It's nifty, probably exactly what you've been searching for. :P Fully capable of deeply scraping sites (which no other tcl presently can), such as: ebay, wikipedia, myspace, mediawiki, and more... check it out if your smart ;)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You'd ensure that http.tcl is loaded first!
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
p
panasonic
Voice
Posts: 25
Joined: Sat Sep 15, 2007 5:27 am

Post by panasonic »

Alchera wrote:You'd ensure that http.tcl is loaded first!
yes, i do sir :?

speechles,
thank you.. i tried your script instead and it's working flawlessly in my channel
thanks again! :D
User avatar
darthanubis
Voice
Posts: 7
Joined: Mon Apr 21, 2008 2:57 pm

Re: Youtube search tcl - youtube.tcl by Mookie

Post by darthanubis »

panasonic wrote:hi!
i'm searching for Youtube tcl script which will display search result in channel by using public command
only found one in tcl archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1477
created by Mookie

i've tried to load this youtube.tcl script but it says it will require http
what does it means?

Code: Select all

### YouTube Searching script. v0.1
### Made by Mookie		
### Contact me at Efnet for more information or suggestions
### Make sure you load the http.tcl file
and i'm heading again to tcl archive and try to search http.tcl
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1055
i found this script created by - perpleXa

there's nothing much to configure for both youtube.tcl and http.tcl
and I loaded them in my scripts folder and create path in eggdrop.conf

but nothing happen when i typed !youtube *item* in my channel
please shed some light

thank you
I have the http.tcl and it does nothing for me either.
User avatar
darthanubis
Voice
Posts: 7
Joined: Mon Apr 21, 2008 2:57 pm

Re: Youtube search tcl - youtube.tcl by Mookie

Post by darthanubis »

speechles wrote:
panasonic wrote:hi!
i'm searching for Youtube tcl script which will display search result in channel by using public command
only found one in tcl archive:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1477
created by Mookie
You've overlooked an obvious one. Most don't know about it because it's not in the archive (searching the forum for youtube would've found it tho).. You can find it here. It does a whole lot more than just youtube (youtube being one of it's strong points), and best of all, it's multilingual! You can search any countrys youtube server and have results returned in that language, not only english, any language. It's nifty, probably exactly what you've been searching for. :P Fully capable of deeply scraping sites (which no other tcl presently can), such as: ebay, wikipedia, myspace, mediawiki, and more... check it out if your smart ;)
Thanks! This new Google script makes this script worthless.
Post Reply