added version number to url entry title

This commit is contained in:
silvernode 2013-07-25 12:13:36 -05:00
parent e350f99d03
commit 8c49c84ba8

View File

@ -12,7 +12,7 @@ require('ffmpeg_progress')
--Main url entry box
function url_entry()
res, url = iup.GetParam("Mandy - Enter URL", nil,
res, url = iup.GetParam("Mandy 0.2 - Enter URL", nil,
"Enter Youtube URL: %s\n", "")
if string.match(url, "youtube.com/watch") then
return url