-
riimu's consument api looks like a good candidate and is a spiritual successor to gogoanime api. Really this is a question of philosophy and I'm sure you can see any further implications yourself. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
i like this, and json can easily be parsed with sed without jq |
Beta Was this translation helpful? Give feedback.
-
I'll have a chat with riimu later this evening if our timezones allow for it |
Beta Was this translation helpful? Give feedback.
-
I'm still thinking about this, but so far no breakage has happened since the change to animixplay. Not even the providers. |
Beta Was this translation helpful? Give feedback.
I'm still thinking about this, but so far no breakage has happened since the change to animixplay. Not even the providers.
I consider less (and more basic) dependencies better than less code, for this project at least.
Reliance on an api doesn't sit well for me. I don't consider duplication of effort bad, it leads to redundancy, decentralization and different approaches with different goals. If the api closes for whatever reason (and since it needs to be hosted somewhere it's a matter of if, not when) whereas the script works as long as we'd like to maintain it.
The stability of the api also needs to be considered. What if it breaks overnight? We can always tell our users to roll back a v…