Add initial Amazon Music support
This commit is contained in:
parent
bd85678303
commit
b0fcf55071
25 changed files with 248 additions and 222 deletions
|
@ -13,7 +13,6 @@ fs.readdirSync(path.join(__dirname, 'services')).forEach(function(file) {
|
|||
export default function* (url) {
|
||||
let matchedService;
|
||||
for (let service of services) {
|
||||
console.log(service)
|
||||
matchedService = service.match(url);
|
||||
if (matchedService) {
|
||||
const result = yield service.parseUrl(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue