Guest User

Untitled

a guest
Feb 11th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.27 KB | None | 0 0
  1. proc urbaani:getdata {data} {
  2.    ::http::config -useragent "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
  3.    set url [::http::geturl $data -timeout 15000]
  4.    set source_code [::http::data $url]
  5.    ::http::cleanup $source_code
  6.    return $source_code
  7. }
Add Comment
Please, Sign In to add comment