-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(anix.sh) - Added anix.ts from consumet.ts #650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shikiiii Hey, it looks like there’s a merge conflict markers (<<<<<<<) in the code on multiple files, probably from a merge that wasn’t resolved completely. Could you clean that up before merging this PR? Thank you
@riimuru Should be resolved now. Apologies, I missed that. |
Nicely done. Thanks a bunch was just about to do this as I was only starting to have free time now, this saved me a lot of time. |
Hi! Thank you. :) And no worries!! Glad to help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for your work! Sorry for the late merge 🙏
Try implementing these modifications to /recent-episodes and /watch functions. To get the content by sub, dub and raw. You can also check the /servers-type function to get the third party video providers by sub, dub, raw type. Test: anix.test.ts |
Thanks a lot for bringing this to my attention and providing example code. 🙏 I've addressed these in a new PR. |
* Initial commit Created from https://vercel.com/new * feat(Anix): Added Anix.ts from Consumet.ts * Resolved merge conflicts * Missed README.md
- Added Anix.sh as a provider for the API.
- Have not yet made changes to the docs.
- Please review and let me know your thoughts. 😎