260702_234655

This commit is contained in:
Maciej J. Bowszys 2026-07-02 23:46:56 +02:00
parent 3eccde543e
commit 547080a25f

View File

@ -236,7 +236,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){
url_query := req.URL.Query() url_query := req.URL.Query()
t_url, _ := findURL_in_msg(url_query.Get("")) t_url, _ := findURL_in_msg(url_query.Get("text"))
fmt.Println(t_url) fmt.Println(t_url)
t_url_noRed, _ := resolve_redirs(t_url) t_url_noRed, _ := resolve_redirs(t_url)
fmt.Println(t_url_noRed) fmt.Println(t_url_noRed)