Add ytmusic service, parse track
This commit is contained in:
parent
d1a87622fb
commit
6f5f361393
5 changed files with 108 additions and 0 deletions
|
@ -3,6 +3,7 @@ import * as google from './services/google/index.js';
|
|||
import * as itunes from './services/itunes/index.js';
|
||||
import * as spotify from './services/spotify/index.js';
|
||||
import * as youtube from './services/youtube/index.js';
|
||||
import * as ytmusic from './services/ytmusic/index.js';
|
||||
|
||||
const services = [
|
||||
deezer,
|
||||
|
@ -10,6 +11,7 @@ const services = [
|
|||
itunes,
|
||||
spotify,
|
||||
youtube,
|
||||
ytmusic
|
||||
]
|
||||
|
||||
export default services;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue