Code Monkey home page Code Monkey logo

Comments (4)

michaeldomanek avatar michaeldomanek commented on May 31, 2024

@KathyGCY
I wanted to try out get_track_url_info()
I added string = unquote(string) to _str_to_json and get_track_url_info() works now

    def _str_to_json(string: str) -> dict:
        string = unquote(string)
        json_acceptable_string = string.replace('\n', '').strip()
        converted_string = yaml.load(json_acceptable_string, Loader=yaml.FullLoader)
        return converted_string

I think every function is outdated and needs to be changed, but I guess the project will not be updated

from spotifyscraper.

eliamazzon avatar eliamazzon commented on May 31, 2024

The example doesn't work1 {'ERROR': 'The provided url is malformed.'}

Same here.

from spotifyscraper.

eliamazzon avatar eliamazzon commented on May 31, 2024

@KathyGCY I wanted to try out get_track_url_info() I added string = unquote(string) to _str_to_json and get_track_url_info() works now

    def _str_to_json(string: str) -> dict:
        string = unquote(string)
        json_acceptable_string = string.replace('\n', '').strip()
        converted_string = yaml.load(json_acceptable_string, Loader=yaml.FullLoader)
        return converted_string

I think every function is outdated and needs to be changed, but I guess the project will not be updated

Tried but didn't work for me.

from spotifyscraper.

michaeldomanek avatar michaeldomanek commented on May 31, 2024

I used from urllib.parse import unquote
I cloned the project and checked the example again and it works for me, maybe wrong import

But I think the offical spotify API offers everything this project offers so I think you should use it instead.

from spotifyscraper.

Related Issues (7)

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.