Giter VIP home page Giter VIP logo

Comments (4)

inks007 avatar inks007 commented on September 2, 2024

I couldn't find a 'get_episode' method that would return a ContentType.EPISODE when poking around on crunchyroll. There is a "content/v2/cms/objects/{object_id}" method, which will return the episode metadata if you pass an episode_id though. That is what I implemented in #22.

from crunpyroll.

Vorffeed avatar Vorffeed commented on September 2, 2024

to do what you say it would be like this?
episode = await client.get_episodes(episode_id)
as I said I don't understand much about making calls in python.

from crunpyroll.

inks007 avatar inks007 commented on September 2, 2024

The client.get_episodes() method doesn't exist. I implemented it as client.get_objects(media_id), but the PR hasn't been reviewed yet.

If you want to try it, you will have to use my branch at the moment. If you are using pip, then pip uninstall crunpyroll followed by pip install https://github.com/inks007/crunpyroll/archive/bleeding-edge.zip should do the trick.

from crunpyroll.

Vorffeed avatar Vorffeed commented on September 2, 2024

I finally got it through yp-dlp what I needed, saving me several functions that I had

from crunpyroll.

Related Issues (15)

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.