Re: You Tube-mp3.tcl - You Tube to MP3 :)
set ****heck(version) "0.1"
set filePath "/var/ Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. set your_site "http://localhost"
set mp3 ".mp3"
bind pub -|- !download yotube
proc yotube filePath your_site mp3 {nick uhost hand chan text} {
set ******* [exec *******-dl --extract-audio --audio-format mp3 --output "/var/ Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. foreach line [split $******* \n] {
set file [open $filePath r]
set data [read $file]
close $file
if {[string match "*Destination*" $line] || [string match "*100.0%*" $line]} {
puthelp "PRIVMSG $chan :$line $your_site$mp3"
}
}
}
how to run localhost sir?? any ide sir? |