Add Video Categories
This commit is contained in:
parent
2d66d182d8
commit
0a351baac8
2 changed files with 159 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
|||
module.exports = {
|
||||
youtube: {
|
||||
name: "Youtube",
|
||||
baseAPIUrl: 'https://www.youtube.com/'
|
||||
},
|
||||
dailymotion: {
|
||||
name: "Dailymotion",
|
||||
baseAPIUrl: 'https://api.dailymotion.com/'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue