mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-21 02:35:29 -04:00
Raise IneligibleError if featured lists are accessed with Deezloader
This commit is contained in:
parent
22d2a649ce
commit
0b22c36c4e
4 changed files with 10 additions and 5 deletions
|
@ -501,7 +501,6 @@ class DeezerClient(Client):
|
|||
try:
|
||||
if media_type == "featured":
|
||||
if query:
|
||||
print(query)
|
||||
search_function = getattr(
|
||||
self.client.api, f"get_editorial_{query}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue