Fix dynamic link issues with deezer playlists

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-21 10:31:39 -07:00
parent 8d0d6b3008
commit b4c92e2077

View file

@ -337,7 +337,7 @@ def extract_interpreter_url(url: str) -> str:
)
deezer_id_link_regex = re.compile(r"https://www\.deezer\.com/[a-z]{2}/(\w+)/(\d+)")
deezer_id_link_regex = re.compile(r"https://www\.deezer\.com/[a-z]{2}/(album|artist|playlist|track)/(\d+)")
def extract_deezer_dynamic_link(url: str) -> Tuple[str, str]: