Started work on channel descriptions and thumby updates.

This commit is contained in:
rainbow napkin 2025-06-09 08:31:34 -04:00
parent b5e54afe99
commit 688afa09e8
7 changed files with 150 additions and 2 deletions

View file

@ -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]