ZarTek-Creole / TCL-Youtube-Link

This is a TCL script for eggdrop which uses the youtube v3 API to find and return information from the videos
GNU General Public License v2.0
5 stars 2 forks source link

youtube-dl #9

Open ZarTek-Creole opened 2 years ago

ZarTek-Creole commented 2 years ago

Ajouter la posibilités de telecharger un titre grace a youtube-dl

ZarTek-Creole commented 2 years ago

catch { set judul [exec youtube-dl -x --audio-format mp3 -o "%(title)s.temp" --get-filename [split $text] | sed {s/ /_/g}] } errmsgs