vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 192 forks source link

Downloading your favorites from the library #271

Open Dataaja95 opened 5 months ago

Dataaja95 commented 5 months ago

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'