Merge branch 'test'

This commit is contained in:
Jouni 2021-04-14 22:48:44 +03:00
commit 3b25399072
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function file_loaded()
"https?://w?w?w?%.?youtube%.com/v/([%w-_]+).*",
"/watch.*[?&]v=([%w-_]+).*",
"/embed/([%w-_]+).*",
".*-([%w-_]+).*"
"-([%w-_]+)%."
}
youtube_id = nil
for i,url in ipairs(urls) do