File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default class DeezerSource {
1313 this . searchTerms = [ 'dzsearch' ]
1414 this . recommendationTerm = [ 'dzrec' ]
1515 this . patterns = [
16- / ^ h t t p s ? : \/ \/ (?: w w w \. ) ? d e e z e r \. c o m \/ (?: [ a - z ] + (?: - [ a - z ] + ) ? \/ ) ? ( t r a c k | a l b u m | p l a y l i s t | a r t i s t ) \/ ( \d + ) $ / ,
16+ / ^ h t t p s ? : \/ \/ (?: w w w \. ) ? d e e z e r \. c o m \/ (?: [ a - z ] + (?: - [ a - z ] + ) ? \/ ) ? ( t r a c k | a l b u m | p l a y l i s t | a r t i s t ) \/ ( \d + ) (?: \? . * ) ? $ / ,
1717 / ^ h t t p s ? : \/ \/ l i n k \. d e e z e r \. c o m \/ s \/ ( [ a - z A - Z 0 - 9 ] + ) /
1818 ]
1919 this . priority = 80
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default class TidalSource {
2929 this . searchTerms = [ 'tdsearch' ]
3030 this . recommendationTerm = [ 'tdrec' ]
3131 this . patterns = [
32- / ^ h t t p s ? : \/ \/ (?: (?: l i s t e n | w w w ) \. ) ? t i d a l \. c o m \/ (?: b r o w s e \/ ) ? (?< type > a l b u m | t r a c k | p l a y l i s t | m i x ) \/ (?< id > [ a - z A - Z 0 - 9 - ] + ) /
32+ / ^ h t t p s ? : \/ \/ (?: (?: l i s t e n | w w w ) \. ) ? t i d a l \. c o m \/ (?: b r o w s e \/ ) ? (?< type > a l b u m | t r a c k | p l a y l i s t | m i x ) \/ (?< id > [ a - z A - Z 0 - 9 - ] + ) (?: \? . * ) ? $ /
3333 ]
3434 this . priority = 90
3535 this . token = this . config ?. token
You can’t perform that action at this time.
0 commit comments