Add playlist, video and ad skeleton

This commit is contained in:
Yûki VACHOT 2021-10-30 03:10:15 +02:00
parent e87c4bb146
commit 5f73ec72bc
20 changed files with 414 additions and 65 deletions

View file

@ -0,0 +1,8 @@
module.exports = {
youtube: {
baseAPIUrl: 'https://www.youtube.com/'
},
dailymotion: {
baseAPIUrl: 'https://api.dailymotion.com/'
}
};