<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/20722" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2020-04-20T22:31:46-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/20722</id>

		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-04-17T21:27:00-04:00</updated>

		<published>2020-04-17T21:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108232#p108232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108232#p108232"/>
		<title type="html"><![CDATA[[SOLVED] A New Working Youtube Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108232#p108232"><![CDATA[
thanks m4s will try it also  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Fri Apr 17, 2020 9:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2020-04-15T13:07:44-04:00</updated>

		<published>2020-04-15T13:07:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108211#p108211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108211#p108211"/>
		<title type="html"><![CDATA[Re: A New Working Youtube Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108211#p108211"><![CDATA[
<blockquote class="uncited"><div>I would like a working youtube script i have tried all of them from the TclArchive and they all do not work. <br><br>just a simple youtube script that gives simple specs of the youtube link</div></blockquote>Hi!<br><br>Here you can download the best yt script!<br><a href="https://www.m00nie.com/youtube-eggdrop-script-using-api-v3/" class="postlink">https://www.m00nie.com/youtube-eggdrop- ... ng-api-v3/</a><br><br>bye<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Wed Apr 15, 2020 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-04-15T08:19:39-04:00</updated>

		<published>2020-04-15T08:19:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108206#p108206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108206#p108206"/>
		<title type="html"><![CDATA[[SOLVED] A New Working Youtube Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108206#p108206"><![CDATA[
yep turns out BlackShadows Youtube Script works great, Problem was the script uses a source that sometimes can be slow and takes a while before it goes back to normal. either way Great script. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Wed Apr 15, 2020 8:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[haferbrei]]></name></author>
		<updated>2020-04-14T18:12:42-04:00</updated>

		<published>2020-04-14T18:12:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108202#p108202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108202#p108202"/>
		<title type="html"><![CDATA[YouTubeTitle.tcl 2.0.1]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108202#p108202"><![CDATA[
Hi!<br><br>Here's a youtube script working. German language included.<br><br><br><div class="codebox"><p>Code: </p><pre><code>########################################################################################### Youtube Title 2.0.1# - fetches and displays video information when a YouTube link is posted in channel.# - displays title, date and rating of posted video links. # - supports also HTTPS links.## requires: packages http, tls ## UPDATES/CHANGES:# - (2.0.1) add german language by doc# - (2.0) now the script access directly Youtube# - (1.9) added stars for like display instead of procentages# - (1.8) added anti-flood support# - (1.8) added youtube search (it will get info from the first youtube video)# - (1.8) added support for music.youtube links# - (1.8) shows total links/searches processed by the website# - (1.7) shows info about duration/length# - (1.6) multiple output methods of showing the infos configurable via channel# - (1.6) multi-language support configurable via channel# - (1.6) supports eggdrop version less than 1.8.*# - (1.6) options/settings are now case sensitive## To activate - .chanset #channel +ytitle | BlackTools : .set +ytitle# To activate Youtube search - .chanset #channel +ytsearch | BlackTools : .set +ytsearch## To chose a different language .set ytlang &lt;DE&gt; / &lt;RO&gt; / &lt;EN&gt; / &lt;FR&gt; / &lt;ES&gt; / &lt;IT&gt;## To work put the http.tcl, from the archive, in your eggdrop config (if you don't have it instaled)##                       BLaCkShaDoW ProductionS#      _   _   _   _   _   _   _   _   _   _   _   _   _   _  #     / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ #    ( t | c | l | s | c | r | i | p | t | s | . | n | e | t )#     \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/#                                    #TCL-HELP @ Undernet.org#     ############################################################################################## Channel flags# - to activate the script: .set +ytitle or .chanset #channel +ytitle## - to change script language:# .set ytlang &lt;de/ro/en/fr/es/it&gt; or .chanset #channel ytlang &lt;de/ro/en/fr/es/it&gt;## - to set script color# .set ytcolor &lt;0/1&gt; ; 1 - colors ; 0 - no colors######## YOUTUBE SEARCH COMMAND####set ytitle(youtube_search_cmd) "yt"#### WHAT FLAGS CAN SEARCH VIA COMMAND ? (default -|-)####set ytitle(youtube_search_flags) "-|-"#### FLOOD PROTECTION#Set the number of minute(s) to ignore flooders, 0 to disable flood protection###set ytitle(ignore_prot) "1"#### FLOOD PROTECTION#Set the number of requests within specifide number of seconds to trigger flood protection.# By default, 3:10, which allows for upto 3 queries in 10 seconds. 3 or more quries in 10 seconds would cuase# the forth and later queries to be ignored for the amount of time specifide above.###set ytitle(flood_prot) "3:10"#### Language setting# - what language you want to receive the youTube data#   ( DE / RO / EN / ES / FR / IT )#set ytitle(default_lang) "DE"#### Colors setting# - what format you want to receive the youTube data#   (1) Enable or (0) disable colors#set ytitle(colors) "0"##########################################################################################package require httppackage require tls#### Bindings# - using commands###bind pubm - * check:youtubebind ctcp - ACTION check:youtube:mebind pub $ytitle(youtube_search_flags) $ytitle(youtube_search_cmd) search:youtubesetudef flag ytitlesetudef str ytlangsetudef str ytcolorsetudef flag ytsearch#### Functions# Do NOT touch unless you know what you are doing###set counter_link "ytitle_link_counter"if {![file exists $counter_link]} {set file [open $counter_link w]puts $file "0"close $file}###proc ytitle:counter {} {global ytitle counter_linkset file [open $counter_link r]set read_it [read -nonewline $file]close $fileset incr_num [expr $read_it + 1]set file [open $counter_link w]puts $file $incr_numclose $filereturn $incr_num}###proc tls:socket args {   set opts [lrange $args 0 end-2]   set host [lindex $args end-1]   set port [lindex $args end]   ::tls::socket -servername $host {*}$opts $host $port} ###proc ytitle:get_idsearch {arg} {global ytitleset text [join $arg "+"]set url "https://www.youtube.com/results?search_query=$text"set id "-1"http::register https 443 tls::socketset ipq [http::config -useragent "lynx"]set ipq [::http::geturl "$url" -timeout 10000] set status [http::status $ipq]if {$status != "ok"} {::http::cleanup $ipqreturn 0}set data [http::data $ipq]regexp {&lt;li&gt;&lt;div class="yt-lockup yt-lockup-tile yt-lockup-video vve-check clearfix" data-context-item-id="(.*)"} $data -&gt; idif {$id == "-1"} {return 0}return [string map {"\"" ""} [lindex [split $id] 0]]}###proc ytitle:data {link} {global ytitleset valid_link [regexp {(?:youtube(?:-nocookie)?\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|e(?:mbed)?)\/|\S*?[?&amp;]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})} $link -&gt; id]if {![info exists id]} {return 0}set url "https://www.youtube.com/watch?v=$id"set short_url "https://youtu.be/$id"http::register https 443 tls::socketset ipq [http::config -useragent "lynx"]set ipq [::http::geturl "$url" -timeout 10000] set status [http::status $ipq]if {$status != "ok"} {::http::cleanup $ipqreturn 0}set link_counter [ytitle:counter]set data [split [http::data $ipq] "\n"]set title ""set date ""set view_count ""set likes ""set dislikes ""set bywho ""foreach line $data {regexp {"name": "(.*)"} $line -&gt; bywhoregexp {&lt;span id="eow-title" class="watch-title" dir="ltr" title="(.*)"&gt;} $line -&gt; titleregexp {&lt;meta itemprop="datePublished" content="(.*)"&gt;} $line -&gt; dateregexp {&lt;div class="watch-view-count"&gt;(.*)&lt;/div&gt;} $line -&gt; view_countregexp {&lt;div class="video-extras-sparkbar-likes" style="width:(.*)"&gt;&lt;/div&gt;} $line -&gt; likesregexp {div class="video-extras-sparkbar-dislikes" style="width:(.*)"&gt;&lt;\/div&gt;} $line -&gt; dislikesregexp {&lt;meta itemprop="duration" content="(.*)"&gt;} $line -&gt; duration}set likes [concat $likes]set dislikes [concat $dislikes]set view_count [lindex [split $view_count " "] 0]::http::cleanup $ipqreturn [list $title $view_count $likes $dislikes $bywho $date $duration $short_url $link_counter]}###proc search:youtube {nick host hand chan arg} {if {![channel get $chan ytsearch]} {return}set flood_protect [youtube:flood:prot $chan $host]if {$flood_protect == "1"} {return}set text [lrange [split $arg] 0 end]if {$text == ""} {return}set text [join $text "+"]set get_id [ytitle:get_idsearch $text]if {$get_id == "-1"} {youtube:tell $nick $chan 0 1} else {set url "https://www.youtube.com/watch?v=$get_id"youtube:get:title $url $nick $chan 1}} ###proc check:youtube {nick host hand chan arg} {set arg [split $arg]if {![channel get $chan ytitle]} {return}set flood_protect [youtube:flood:prot $chan $host]if {$flood_protect == "1"} {return}foreach word $arg {set youtube_link "$word"if {[string match -nocase "*youtube.com/watch*" $youtube_link] || [string match -nocase "*youtu.be*" $youtube_link]} {youtube:get:title $youtube_link $nick $chan 0}}}###proc youtube:get:title {link nick chan type} {set novideo 0set live 0set output [ytitle:data $link]if {$output == "0"} {youtube:tell $nick $chan 0 1return}set title [string map { "&amp;" "&amp;""'" "'"""" "\""} [lindex $output 0]]set title [concat $title]if {$title == ""} { set novideo 1}set views [lindex $output 1]if {$views == ""} { set views "N/A" }set likes [lindex $output 2]set dontlike [lindex $output 3]set bywho [concat [lindex $output 4]]set update [lindex $output 5]set duration [lindex $output 6]set total_links [lindex $output 8]set get_link [lindex $output 7]set duration [string map {"PT" ""} $duration]set minutes [lindex [split $duration "M"] 0]set seconds [concat [string map {"S" ""} [lindex [split $duration "M"] 1]]]set scan [clock scan $update -format {%Y-%m-%d}]set update [clock format $scan -format {%d/%m/%Y}]set like_bar [youtube:like_bar $likes $dontlike $chan]if {$views == ""} { set views "N/A" }youtube:tell $nick $chan $type [list $title $bywho $views $like_bar $dontlike $update $minutes $seconds $total_links $get_link]}###proc youtube:tell {nick chan search arg} {global black ytitleset inc 0foreach s $arg {set inc [expr $inc + 1]set replace(%msg.$inc%) $s}set getlang [youtube:getlang $chan]if {$arg == "1"} {if {[info exists black(ytitle.$getlang.3)]} {set reply [string map [array get replace] $black(ytitle.$getlang.3)]putserv "PRIVMSG $chan :$reply"}return}set setcolor [youtube:getcolor $chan]if {$search == "1"} {if {$setcolor == "1"} {set type 5} else { set type 4 }if {[info exists black(ytitle.$getlang.$type)]} {set reply [string map [array get replace] $black(ytitle.$getlang.$type)]putserv "PRIVMSG $chan :$reply"}} else {if {$setcolor == "1"} {set type 2} else { set type 1 }if {[info exists black(ytitle.$getlang.$type)]} {set reply [string map [array get replace] $black(ytitle.$getlang.$type)]putserv "PRIVMSG $chan :$reply"}}}###proc youtube:getlang {chan} {global black ytitleset getlang [string tolower [channel get $chan ytlang]]if {$getlang == ""} {set lang "en"} else {if {[info exists black(ytitle.$getlang.1)]} {set lang $getlang} else { set lang $ytitle(default_lang)}}return [string tolower $lang]}###proc youtube:getcolor {chan} {global ytitleset getcolor [string tolower [channel get $chan ytcolor]]if {$getcolor == ""} {set type $ytitle(colors)} else {set type $getcolor}return $type}###proc check:youtube:me {nick host hand chan keyword arg} {check:youtube $nick $host $hand $chan $argreturn}###proc youtube:flood:prot {chan host} {global ytitleset number [scan $ytitle(flood_prot) %\[^:\]]set timer [scan $ytitle(flood_prot) %*\[^:\]:%s]if {[info exists ytitle(flood:$host:$chan:act)]} {return 1}foreach tmr [utimers] {if {[string match "*youtube:remove:flood $host $chan*" [join [lindex $tmr 1]]]} {killutimer [lindex $tmr 2]}}if {![info exists ytitle(flood:$host:$chan)]} { set ytitle(flood:$host:$chan) 0 }incr ytitle(flood:$host:$chan)utimer $timer [list youtube:remove:flood $host $chan]if {$ytitle(flood:$host:$chan) &gt; $number} {set ytitle(flood:$host:$chan:act) 1utimer [expr $ytitle(ignore_prot) * 60] [list youtube:expire:flood $host $chan]return 1} else {return 0}}###proc youtube:remove:flood {host chan} {global ytitleif {[info exists ytitle(flood:$host:$chan)]} {unset ytitle(flood:$host:$chan)}}###proc youtube:expire:flood {host chan} {global ytitleif {[info exists ytitle(flood:$host:$chan:act)]} {unset ytitle(flood:$host:$chan:act)}}set ytitle(projectName) "Youtube Title"set ytitle(author) "BLaCkShaDoW"set ytitle(website) "wWw.TCLScriptS.NeT"set ytitle(version) "v2.0.1"###proc youtube:like_bar {like dislike chan} {global ytitleset like [string map {"%" ""} $like]set dislike [string map {"%" ""} $dislike]set setcolor [youtube:getcolor $chan]if {$like &gt; $dislike} {set dif [expr ($like - $dislike)]} else {set dif [expr ($dislike - $like)]}set like_star "&amp;#9733"set dislike_star "&amp;#9734"set dif [expr {double(round(1000*$dif))/1000.0}]if {[expr {round($dif / 10)}] &gt; 10} {set red 10set green [expr {10 - $red}]} else {set red [expr {round($dif / 10)}]set green [expr {10 - $red}]}if {$like &gt; $dislike} {if {$red &gt; $green} {set temp $greenset green $redset red $temp}}if {$setcolor == "1"} {set output \00303[string repeat [youtube:format_star $like_star] $green]\003\00304[string repeat [youtube:format_star $dislike_star] $red]\003} else {set output [string repeat [youtube:format_star $like_star] $green][string repeat [youtube:format_star $dislike_star] $red]}return $output}###proc youtube:format_star {string} {    set map {}    foreach {entity number} [regexp -all -inline {&amp;#(\d+)} $string] {        lappend map $entity [format \\u%04x [scan $number %d]]    }    set string [string map [subst -nocomm -novar $map] $string]return $string }#Languages# Romanianset black(ytitle.ro.1) "\002\[YouTube\]\002 Titlu:\002 %msg.1%\002 | Publicat de:\002 %msg.2%\002 | Durata:\002 %msg.7%m%msg.8%s\002 | Data:\002 %msg.6%\002 | Vizionari:\002 %msg.3%\002 | Apreciere: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.ro.2) "\[\002You\0030,4Tube\003\002\003\] \00310Titlu:\0034 %msg.1% \003| \00310Publicat de:\0034 %msg.2% \003| \00310Durata:\0034 %msg.7%m%msg.8%s\003 | \00310Data:\0034 %msg.6% \003| \00310Vizionari:\0034 %msg.3% \003| \00310Apreciere:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.ro.3) "\002\[YouTube\]\002 Acest videoclip nu exista."set black(ytitle.ro.4) "\002\[YouTube\]\002 Titlu:\002 %msg.1%\002 | Publicat de:\002 %msg.2%\002 | Durata:\002 %msg.7%m%msg.8%s\002 | Data:\002 %msg.6%\002 | Vizionari:\002 %msg.3%\002 | Apreciere: %msg.4% | Legatura: \002%msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.ro.5) "\[\002You\0030,4Tube\003\002\003\] \00310Titlu:\0034 %msg.1% \003| \00310Publicat de:\0034 %msg.2% \003| \00310Durata:\0034 %msg.7%m%msg.8%s\003 | \00310Data:\0034 %msg.6% \003| \00310Vizionari:\0034 %msg.3% \003| \00310Apreciere:\003 %msg.4% | \00310Legatura: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"# Germanset black(ytitle.de.1) "\002\[YouTube\]\002 Titel:\002 %msg.1%\002 | hochgeladen von:\002 %msg.2%\002 | Laenge:\002 %msg.7%m%msg.8%s\002 | Datum:\002 %msg.6%\002 | Aufrufe:\002 %msg.3%\002 | Like: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.de.2) "\[\002You\0030,4Tube\003\002\003\] \00310Title:\0034 %msg.1% \003| \00310Uploaded by:\0034 %msg.2% \003| \00310Length:\0034 %msg.7%m%msg.8%s\003 | \00310Datum:\0034 %msg.6% \003| \00310Aufrufe:\0034 %msg.3% \003| \00310Like:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.de.3) "\002\[YouTube\]\002 Das Video existiert nicht."set black(ytitle.de.4) "\002\[YouTube\]\002 Titel:\002 %msg.1%\002 | hochgeladen von:\002 %msg.2%\002 | Laenge:\002 %msg.7%m%msg.8%s\002 | Datum:\002 %msg.6%\002 | Aufrufe:\002 %msg.3%\002 | Like: %msg.4% | Link:\002 %msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.de.5) "\[\002You\0030,4Tube\003\002\003\] \00310Titel:\0034 %msg.1% \003| \00310hochgeladen von:\0034 %msg.2% \003| \00310Laenge:\0034 %msg.7%m%msg.8%s\003 | \00310Datum:\0034 %msg.6% \003| \00310Aufrufe:\0034 %msg.3% \003| \00310Like:\003 %msg.4% | \00310Link: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"# Englishset black(ytitle.en.1) "\002\[YouTube\]\002 Title:\002 %msg.1%\002 | Uploaded by:\002 %msg.2%\002 | Length:\002 %msg.7%m%msg.8%s\002 | Date:\002 %msg.6%\002 | Views:\002 %msg.3%\002 | Like: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.en.2) "\[\002You\0030,4Tube\003\002\003\] \00310Title:\0034 %msg.1% \003| \00310Uploaded by:\0034 %msg.2% \003| \00310Length:\0034 %msg.7%m%msg.8%s\003 | \00310Date:\0034 %msg.6% \003| \00310Views:\0034 %msg.3% \003| \00310Like:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.en.3) "\002\[YouTube\]\002 This video does not exist."set black(ytitle.en.4) "\002\[YouTube\]\002 Title:\002 %msg.1%\002 | Uploaded by:\002 %msg.2%\002 | Length:\002 %msg.7%m%msg.8%s\002 | Date:\002 %msg.6%\002 | Views:\002 %msg.3%\002 | Like: %msg.4% | Link:\002 %msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.en.5) "\[\002You\0030,4Tube\003\002\003\] \00310Title:\0034 %msg.1% \003| \00310Uploaded by:\0034 %msg.2% \003| \00310Length:\0034 %msg.7%m%msg.8%s\003 | \00310Date:\0034 %msg.6% \003| \00310Views:\0034 %msg.3% \003| \00310Like:\003 %msg.4% | \00310Link: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"# Frenchset black(ytitle.fr.1) "\002\[YouTube\]\002 Titre:\002 %msg.1%\002 | Telecharge par:\002 %msg.2%\002 | Duree:\002 %msg.7%m%msg.8%s\002 La date:\002 %msg.6%\002 | Vues:\002 %msg.3%\002 | J'aime: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.fr.2) "\[\002You\0030,4Tube\003\002\003\] \00310Titre:\0034 %msg.1% \003| \00310Telecharge par:\0034 %msg.2% \003| \00310Duree:\0034 %msg.7%m%msg.8%s\003 | \00310La date:\0034 %msg.6% \003| \00310Vues:\0034 %msg.3% \003| \00310J'aime:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.fr.3) "\002\[YouTube\]\002 Cette video n'existe pas."set black(ytitle.fr.4) "\002\[YouTube\]\002 Titre:\002 %msg.1%\002 | Telecharge par:\002 %msg.2%\002 | Duree:\002 %msg.7%m%msg.8%s\002 La date:\002 %msg.6%\002 | Vues:\002 %msg.3%\002 | J'aime: %msg.4% | Lien:\002 %msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.fr.5) "\[\002You\0030,4Tube\003\002\003\] \00310Titre:\0034 %msg.1% \003| \00310Telecharge par:\0034 %msg.2% \003| \00310Duree:\0034 %msg.7%m%msg.8%s\003 | \00310La date:\0034 %msg.6% \003| \00310Vues:\0034 %msg.3% \003| \00310J'aime:\003 %msg.4% | \00310Lien: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"# Spanishset black(ytitle.es.1) "\002\[YouTube\]\002 Titulo:\002 %msg.1%\002 | Cargado por:\002 %msg.2%\002 | Duracion:\002 %msg.7%m%msg.8%s\002 | Fecha:\002 %msg.6%\002 | Visualizaciones:\002 %msg.3%\002 | Gustos: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.es.2) "\[\002You\0030,4Tube\003\002\003\] \00310Titulo:\0034 %msg.1% \003| \00310Cargado por:\0034 %msg.2% \003| \00310Duracion:\0034 %msg.7%m%msg.8%s\003 | \00310Fecha:\0034 %msg.6% \003| \00310Visualizaciones:\0034 %msg.3% \003| \00310Gustos:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.es.3) "\002\[YouTube\]\002 Este video no existe."set black(ytitle.es.4) "\002\[YouTube\]\002 Titulo:\002 %msg.1%\002 | Cargado por:\002 %msg.2%\002 | Duracion:\002 %msg.7%m%msg.8%s\002 | Fecha:\002 %msg.6%\002 | Visualizaciones:\002 %msg.3%\002 | Gustos: %msg.4% | Enlazar:\002 %msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.es.5) "\[\002You\0030,4Tube\003\002\003\] \00310Titulo:\0034 %msg.1% \003| \00310Cargado por:\0034 %msg.2% \003| \00310Duracion:\0034 %msg.7%m%msg.8%s\003 | \00310Fecha:\0034 %msg.6% \003| \00310Visualizaciones:\0034 %msg.3% \003| \00310Gustos:\003 %msg.4% | \00310Enlazar: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"# Italianset black(ytitle.it.1) "\002\[YouTube\]\002 Titolo:\002 %msg.1%\002 | Caricato da:\002 %msg.2%\002 | Durata:\002 %msg.7%m%msg.8%s\002 | Data:\002 %msg.6%\002 | Visualizzazioni:\002 %msg.3%\002 | Piace: %msg.4% - \[\002%msg.9%\002\] -"set black(ytitle.it.2) "\[\002You\0030,4Tube\003\002\003\] \00310Titolo:\0034 %msg.1% \003| \00310Caricato da:\0034 %msg.2% \003| \00310Durata:\0034 %msg.7%m%msg.8%s\003 | \00310Data:\0034 %msg.6% \003| \00310Visualizzazioni:\0034 %msg.3% \003| \00310Piace:\003 %msg.4% - \[\00304%msg.9%\003\] -"set black(ytitle.it.3) "\002\[YouTube\]\002 Questo video non esiste."set black(ytitle.it.4) "\002\[YouTube\]\002 Titolo:\002 %msg.1%\002 | Caricato da:\002 %msg.2%\002 | Durata:\002 %msg.7%m%msg.8%s\002 | Data:\002 %msg.6%\002 | Visualizzazioni:\002 %msg.3%\002 | Piace: %msg.4% | Collegamento:\002 %msg.10%\002 - \[\002%msg.9%\002\] -"set black(ytitle.it.5) "\[\002You\0030,4Tube\003\002\003\] \00310Titolo:\0034 %msg.1% \003| \00310Caricato da:\0034 %msg.2% \003| \00310Durata:\0034 %msg.7%m%msg.8%s\003 | \00310Data:\0034 %msg.6% \003| \00310Visualizzazioni:\0034 %msg.3% \003| \00310Piace:\003 %msg.4% | \00310Collegamento: \0034%msg.10%\003 - \[\00304%msg.9%\003\] -"putlog "\002$ytitle(projectName) $ytitle(version)\002 coded by $ytitle(author) ($ytitle(website)): Loaded."##########################################################################   END                                                 ###########################################################</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12860">haferbrei</a> — Tue Apr 14, 2020 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ezekiel]]></name></author>
		<updated>2020-03-27T13:52:02-04:00</updated>

		<published>2020-03-27T13:52:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108107#p108107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108107#p108107"/>
		<title type="html"><![CDATA[[SOLVED] A New Working Youtube Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108107#p108107"><![CDATA[
search for YouTubeTitle.tcl 1.9 by BLaCkShaDoW<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12473">Ezekiel</a> — Fri Mar 27, 2020 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-04-20T22:31:46-04:00</updated>

		<published>2020-03-08T19:31:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108054#p108054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108054#p108054"/>
		<title type="html"><![CDATA[[SOLVED] A New Working Youtube Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108054#p108054"><![CDATA[
I would like a working youtube script i have tried all of them from the TclArchive and they all do not work. <br><br>just a simple youtube script that gives simple specs of the youtube link<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sun Mar 08, 2020 7:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
