c3bt.de in youtube.lua hinzugefügt

This commit is contained in:
Akamaru 2015-12-12 23:26:50 +01:00
parent ab2f9da00c
commit 62165937ec
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ return {
usage = "URL zu YouTube-Video",
patterns = {
"youtu.be/([A-Za-z0-9-_-]+)",
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)"
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)",
"c3nt.de/lor/([A-Za-z0-9-_-]+)"
},
run = run
}