diff --git a/src/DailymotionScript.ts b/src/DailymotionScript.ts index 479b42d55c77f0366c252c1da66af871ebadcb44..be673372de66ed08bf28c2baa5082b89eb340c42 100644 --- a/src/DailymotionScript.ts +++ b/src/DailymotionScript.ts @@ -487,6 +487,16 @@ source.getUserPlaylists = (): string[] => { } +source.getChannelTemplateByClaimMap = () => { + return { + //Dailymotion claim type + 27: { + 0: BASE_URL + "/{{CLAIMVALUE}}", + } + }; +}; + + function getPlaylistsByUsername(userName, headers, usePlatformAuth = false): string[] {