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.

Search found 2 matches

by slashker
Mon Nov 14, 2016 3:58 pm
Forum: Scripting Help
Topic: tcl youtubemp3 no run
Replies: 0
Views: 5671

tcl youtubemp3 no run

hello All
can help me to runing sc youtubemp3.
here code https://github.com/slashcore/youtubemp3 ... ubemp3.tcl
code by slashcore :)

i test no runing. please help me. thnks :-)😊
by slashker
Wed Jan 06, 2016 1:46 pm
Forum: Script Requests
Topic: Help me to tcl code download mp3 youtube-dl
Replies: 0
Views: 7603

Help me to tcl code download mp3 youtube-dl

#!/bin/bash x="00$$/%(title)s.(ext)s" " url="http://localhost/00$$/" youtube-dl --rate-limit 15M --extract-audio --audio-format mp3 --output=$x "$1" oput1="mp3.lst" mpp="/*.mp3" find /locahost/00$$/ -name "*.mp3" > $oput1 #mkdir 00$$ ...