diff --git a/app-backend/config/host.config.js b/app-backend/config/host.config.js index 5016ee1..7a69d2e 100644 --- a/app-backend/config/host.config.js +++ b/app-backend/config/host.config.js @@ -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 } };