YTsearch doesn't work all the time. :
Just tried "ytsearch jake paul", got no response. Tried "ytsearch the cars", worked fine. Seems to be intermittent. :(
Can you check that please?
Wish list: scrap the BE and use only youtube.com
On another note, if you don't want people using your API, don't include it in the code.. LOL
Hello , i have used mirc for years and ive done some scripting myself but its been years and now i have lost my eye sight so i am using the speech option in mirc , its great but i get a lot of server messages that are becoming repetitive and annoyng to listen to so i am looking for a snippet or the command to turn Speech On or Off on server message so the messages are being ignored by the speech option.
alias rbkx {
if ($3 == $null) { return $1- }
set %temp $3-
set %l 1
set %r 1
if ($1 isin %temp) && ($2 isin %temp) {
while ($pos(%temp,$1,%l) > $pos(%temp,$2,%r)) {
inc %r
}
set %temp $left(%temp,$calc($pos(%temp,$1,%l)-1)) $+ $right(%temp, $calc($len(%temp) - $pos(%temp,$2,%r)))
}
return %temp
}
Something like that?