Hey guys, I am a NextJs Dev. I want to make and anime streaming website. Ofcourse I am totally broke. I can’t afford a database. Even if I could how does that work anyways? I mean, do I have to upload every single anime?? That sounds like a lot of work. How do sites like zoro or 9anime deal with it? Do they have their own db? I thought about webscrapping but I am not sure how it’s done, if anybody could explain in detail I would be grateful. I am trying to understand how those stuffs really work. Also, I know an api called Consumet but I want to be able to make my own! I am working on a french anime website so I need to figure out how I can get the animes.

My previous website using Consumet API (still works check it out :)) https://poketv.vercel.app/

  • @Drewelite
    link
    English
    21 year ago

    Look into automation with Radarr/Sonarr. But yeah, will require some backend work. Also server resources for things like transcoding and bandwidth. Unless you want to automate scraping other steaming sites and just provide a curated list of links to those other streaming sites…

    • @Nemila@lemmy.dbzer0.comOP
      link
      fedilink
      English
      21 year ago

      Got it thank you! Can’t I automate scraping other streaming websites and get the full episode of the animes instead of just a link to the original website??

      • @Drewelite
        link
        English
        21 year ago

        Sure that’s a strat! Trick is working out ripping the vids. First thought is the youtubedl tool (works on more than YouTube. Namely HTML5 video, that a lot of steaming sights use.)