naipotato / Replay

[DEVELOPMENT MIGRATED] Explore and watch your favorite videos
https://code.potato.zone/replay-app/replay
GNU General Public License v3.0
156 stars 8 forks source link

general: introduce invidious-api library #164

Closed naipotato closed 10 months ago

naipotato commented 10 months ago

In order to reduce the amount of knowledge the app has about Invidious, this pull request moves all the code related to Invidious requests to a new library. I also took the liberty of restructuring everything in a way that makes integrating new requests easier, as well as providing a simple to use API.