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",
|
||||
shortname: "yt",
|
||||
baseAPIUrl: 'https://youtube.googleapis.com/youtube/v3',
|
||||
baseChannelUrl: 'https://www.youtube.com/channel/',
|
||||
YOUTUBE_API_KEY: process.env.YOUTUBE_API_KEY
|
||||
},
|
||||
dailymotion: {
|
||||
name: "Dailymotion",
|
||||
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
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue