Commit 6a1fd4fb authored by Francois Cartegnie's avatar Francois Cartegnie

lua: art: google: update

parent 4553ce6d
......@@ -50,6 +50,6 @@ function fetch_art()
page = fd:read( 65653 )
fd = nil
_, _, arturl = string.find( page, "imgurl=([^&]*)" )
_, _, _, arturl = string.find( page, "<img height=\"([0-9]+)\" src=\"([^\"]+gstatic.com[^\"]+)\"" )
return arturl
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment