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 title

Help for those learning Tcl or writing their own scripts.
Post Reply
G
Goga
Halfop
Posts: 83
Joined: Sat Sep 19, 2020 2:12 am

YOUTUBE title

Post by Goga »

I was using BlackShadow's YOUTUBEtitle.tcl and it was running fine, but from couple of days It showing error:
Tcl error [check:youtube]: input string does not match supplied format
can anyone please help this regard?
User avatar
MrBeta
Voice
Posts: 35
Joined: Sat Dec 28, 2013 2:16 pm
Contact:

Post by MrBeta »

On his website tclscripts.net, there is a new version, a free (2.0) and a paid (1.0) version for $ 2. I tried the free one and the search doesn't work with the classic yt
The other version requires its own web space. In case let us know if it works for you.
s
simo
Revered One
Posts: 1071
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

you could try m00nie's YT tcl wich is the one i use as well and it works fine
it has throttle added as well wich is usefull to prevent abuse
User avatar
MrBeta
Voice
Posts: 35
Joined: Sat Dec 28, 2013 2:16 pm
Contact:

Post by MrBeta »

Thanks simo, but for me m00nie's don't work Tcl error [m00nie::youtube::search]: wrong # args: should be "tls::socket ?options? host port"
s
simo
Revered One
Posts: 1071
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

MrBeta it looks like u are missing tls package on your system
s
simo
Revered One
Posts: 1071
Joined: Sun Mar 22, 2015 2:41 pm

Post by simo »

Or upgrade tls version package
User avatar
MrBeta
Voice
Posts: 35
Joined: Sat Dec 28, 2013 2:16 pm
Contact:

Post by MrBeta »

You're right, I had an older version of tls.
In the meantime I tried YoutubeTitle 2.0 with the php package and it works fine
h
haferbrei
Voice
Posts: 23
Joined: Wed Apr 08, 2020 8:57 pm

Post by haferbrei »

I get quite a few results displayed on m00nies script. Can this be shortened?

!yt haferbrei ->

Code: Select all

YouTube Porridge Basics / Haferbrei Grundrezept zum Frühstück / oatmeal bowl/  Sallys Welt - https://youtu.be/HigCHXIvfjk | Kochvideo: Porridge Grundrezept Haferbrei Frühstück CookAndLifestyle - https://youtu.be/5Z7YX_77kfE | Haferbrei zubereiten - Haferbrei mit Apfelmus - Porridge Rezept - https://youtu.be/SQk7gmvp93o | Porridge  Rezept - Frühstücksidee / BaKo - https://youtu.be/vTW5IcSadFY | 1 2 Haferbrei - https://
or https://www.youtube.com/watch?v=b9V3Pj47x4c

Code: Select all

[YouTube] Titel: Race. Flash vs Superman | Justice League | hochgeladen von: Flashback FM | Laenge: 1m22s | Datum: 14/02/2018 | Aufrufe: 69,551,837 | Like: ★★★★★★★★☆☆ - [179450] -YouTube Race. Flash vs Superman | Justice League von Flashback FM (Dauer: 1:22) auf Wed Feb 14 09:21:13 CET 2018, 69551837 Klicks
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Post by ComputerTech »

Just thought i'd post this on this topic.

https://www.m00nie.com/youtube-eggdrop- ... ng-api-v3/

Made by m00nie, offers a script that uses YouTube API key and works brilliant

Above link is a guide to how to get a YouTube Api key and a download link :)
ComputerTech
Post Reply