NewzNZ Halfop

Joined: 05 Mar 2009 Posts: 60
|
Posted: Sun Oct 16, 2022 10:46 pm Post subject: v.gd or is.gd url shortener |
|
|
Hi there
I was using the v.gd or and/or is.gd url shorteners via a tcl script when sending news items to my channel...but I haven't been able to return any urls from those sites any for some time despite nothing appeared to have changed with the site...
Just wondering if anyone had any experience using these url shorteners?
The script is:
Code: |
set query [::http::geturl http://v.gd/create.php?url=$someurlhere&format=simple]
set url [lindex [split [::http::data $query] \n] 0]
|
Thanks in advance for any help! |
|