routayush1 / animexninja

Anime Streaming Web App built with NextJS
179 stars 88 forks source link

Adding anime #32

Closed Tetous closed 3 years ago

Tetous commented 3 years ago

How do you add more anime sites to scrapp off of. You do not give your full api. popular: "https://anime-x.vercel.app/api/popular/:page", details: "https://anime-x.vercel.app/api/details/:id", search: "https://anime-x.vercel.app/api/search/:word/:page", episode_link: "https://anime-x.vercel.app/api/watching/:id/:episode", genre: "https://anime-x.vercel.app/api/genre/:type/:page", recently_added: "https://anime-x.vercel.app/api/recentlyadded/:page", anime_list: "https://anime-x.vercel.app/api/list/:page", genrelist: "https://anime-x.vercel.app/api/genrelist", Only the app names. If you can tell me that would be nice.

Tetous commented 3 years ago

Help please