mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-14 15:15:06 -04:00
Fix dynamic link issues with deezer playlists
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
8d0d6b3008
commit
b4c92e2077
1 changed files with 1 additions and 1 deletions
|
@ -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]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue