Skip to content

Commit

Permalink
Add deezer.page.link search
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonpage committed Feb 19, 2021
1 parent a702c00 commit b8bdbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/find-music-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const services = [
/https?:\/\/(?:itunes|music)\.apple\.com\/(?:([a-z]{2})\/)?(album|artist)\/.+?\/(?:id)?(\d+)/,
/https?:\/\/(?:www\.)?itun\.es.+/,
/https?:\/\/(?:www\.)?deezer\.com(?:\/\w{2})?\/(?:album|artist|track)\/(.+)/,
/https?:\/\/deezer\.page\.link\/(.+)/,
/https?:\/\/play\.google\.com\/music\/.+\/(?:[B|A|T])([a-z0-9]+)/,
/https?:\/\/(?:www\.)?youtube\.com\/watch\?v=(?:.+)/,
/https?:\/\/(?:www\.)?youtu.be\/(?:.+)/,
Expand Down

0 comments on commit b8bdbe1

Please sign in to comment.