Started work on channel descriptions and thumby updates.
This commit is contained in:
parent
b5e54afe99
commit
688afa09e8
7 changed files with 150 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ module.exports.getMediaType = async function(url){
|
|||
}
|
||||
|
||||
//If we have a match to a dailymotion video
|
||||
if(match = url.match(/dailymotion\.com\/video\/([a-z0-9]{7})/)){
|
||||
if(match = url.match(/dailymotion\.com\/video\/([a-zA-Z0-9]+)/)){
|
||||
return {
|
||||
type: "dm",
|
||||
id: match[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue