Giter Site home page Giter Site logo

thekvt / music-dl Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 0.0 28 KB

A colab notebook download from Qobuz with token and deezer with ARLs and can share easily though cloud fast, mostly for mobile users friendly.

License: GNU General Public License v3.0

Jupyter Notebook 100.00%

music-dl's People

Contributors

thekvt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

music-dl's Issues

Not working when downloding all albums from a singer

Im trying to download all albums from a singer, so when i give it singer url like https://www.qobuz.com/se-en/composer/atif-aslam/595592 it gave error:

`AssertionError
  at /usr/local/lib/python3.10/dist-packages/rip/core.py:201 in handle_item
      197│         if media_type not in MEDIA_TYPES:
      198│             if "playlist" in media_type:  # for SoundCloud
      199│                 media_type = "playlist"
      200│ 
    → 201│         assert media_type in MEDIA_TYPES, media_type
      202│         item = MEDIA_CLASS[media_type](client=client, id=item_id)
      203│         self.append(item)
      204│ 
      205│     def _get_download_args(self) -> dict:

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose`

Getting Error

Please check it.
Screenshot_2024-01-30-22-44-33-143_com android chrome


FileNotFoundError Traceback (most recent call last)
in <cell line: 22>()
20
21
---> 22 with open('/root/.config/streamrip/config.toml', 'r') as file:
23 data = toml.load(file)
24 data['downloads']['folder'] = "/content/music-dl/"

FileNotFoundError: [Errno 2] No such file or directory: '/root/.config/streamrip/config.toml'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.