You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to download the tracks saved in favorites, this is not an official playlist, and I didn't see where I could download them when using fun mode, qobuz dl mode gives the following error
Logging...
Logged: OK
Membership: Studio
Set max quality: 7 - 24 bit, <96kHz
Traceback (most recent call last):
File "/home/user/.local/bin/qobuz-dl", line 8, in
sys.exit(main())
^^^^^^
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/cli.py", line 176, in main
_handle_commands(qobuz, arguments)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/cli.py", line 83, in _handle_commands
qobuz.download_list_of_urls(arguments.SOURCE)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/core.py", line 180, in download_list_of_urls
self.handle_url(url)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/core.py", line 128, in handle_url
url_type, item_id = get_url_info(url)
^^^^^^^^^^^^^^^^^
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/utils.py", line 190, in get_url_info
return r.groups()
^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'
The text was updated successfully, but these errors were encountered:
Is it possible to download the tracks saved in favorites, this is not an official playlist, and I didn't see where I could download them when using fun mode, qobuz dl mode gives the following error
Logging...
Logged: OK
Membership: Studio
Set max quality: 7 - 24 bit, <96kHz
Traceback (most recent call last):
File "/home/user/.local/bin/qobuz-dl", line 8, in
sys.exit(main())
^^^^^^
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/cli.py", line 176, in main
_handle_commands(qobuz, arguments)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/cli.py", line 83, in _handle_commands
qobuz.download_list_of_urls(arguments.SOURCE)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/core.py", line 180, in download_list_of_urls
self.handle_url(url)
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/core.py", line 128, in handle_url
url_type, item_id = get_url_info(url)
^^^^^^^^^^^^^^^^^
File "/home/user/.local/pipx/venvs/qobuz-dl/lib/python3.11/site-packages/qobuz_dl/utils.py", line 190, in get_url_info
return r.groups()
^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'
The text was updated successfully, but these errors were encountered: