File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
main/src/main/java/com/github/topi314/lavasrc/tidal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3131
3232public class TidalSourceManager extends MirroringAudioSourceManager implements HttpConfigurable {
3333
34- public static final Pattern URL_PATTERN = Pattern .compile ("https?://(?:(?:listen|www)\\ .)?tidal\\ .com/(?:browse/)?(?<type>album|track|playlist|mix)/(?<id>[a-zA-Z0-9\\ -]+)(?:\\ ?.*)?" );
34+ public static final Pattern URL_PATTERN = Pattern .compile ("https?://(?:(?:listen|www)\\ .)?tidal\\ .com/(?:browse/)?(?<type>album|track|playlist|mix)/(?<id>[a-zA-Z0-9\\ -]+)(?:/.*)?(?: \\ ?.*)?" );
3535 public static final String SEARCH_PREFIX = "tdsearch:" ;
3636 public static final String RECOMMENDATIONS_PREFIX = "tdrec:" ;
3737 public static final String PUBLIC_API_BASE = "https://api.tidal.com/v1/" ;
You can’t perform that action at this time.
0 commit comments