Update: Add baseChannelUrl
This commit is contained in:
parent
0faec6c9df
commit
e5870a639a
1 changed files with 3 additions and 1 deletions
|
|
@ -3,12 +3,14 @@ module.exports = {
|
||||||
name: "Youtube",
|
name: "Youtube",
|
||||||
shortname: "yt",
|
shortname: "yt",
|
||||||
baseAPIUrl: 'https://youtube.googleapis.com/youtube/v3',
|
baseAPIUrl: 'https://youtube.googleapis.com/youtube/v3',
|
||||||
|
baseChannelUrl: 'https://www.youtube.com/channel/',
|
||||||
YOUTUBE_API_KEY: process.env.YOUTUBE_API_KEY
|
YOUTUBE_API_KEY: process.env.YOUTUBE_API_KEY
|
||||||
},
|
},
|
||||||
dailymotion: {
|
dailymotion: {
|
||||||
name: "Dailymotion",
|
name: "Dailymotion",
|
||||||
shortname: "dm",
|
shortname: "dm",
|
||||||
baseAPIUrl: 'https://api.dailymotion.com/',
|
baseAPIUrl: 'https://api.dailymotion.com',
|
||||||
|
baseChannelUrl: 'https://www.dailymotion.com/',
|
||||||
DAILYMOTION_API_KEY: process.env.DAILYMOTION_API_KEY
|
DAILYMOTION_API_KEY: process.env.DAILYMOTION_API_KEY
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue