added version number to url entry title
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user