Sonic_is_slow
Newbie
- Sep 2, 2025
- 14
- 6
Sup guys
I’m building an anime streaming site for non-English-speaking countries like Vietnam. Getting English embeds is easy, but finding good non-English subtitle sources is much harder, so I usually scrape them from other sites.
The site’s goal is to be fully automated pulling new anime info from APIs like TMDB or AniList and auto-updating embed links from existing hosts (I don’t want to host videos myself). The only big challenge is matching the exact episodes between the API data and the scraped embed links. I tries to build it from scratch using ai dev tools like cursor or else but ai have limitations and can not scrap or ...
So I’ve got a few questions:
I’m building an anime streaming site for non-English-speaking countries like Vietnam. Getting English embeds is easy, but finding good non-English subtitle sources is much harder, so I usually scrape them from other sites.
The site’s goal is to be fully automated pulling new anime info from APIs like TMDB or AniList and auto-updating embed links from existing hosts (I don’t want to host videos myself). The only big challenge is matching the exact episodes between the API data and the scraped embed links. I tries to build it from scratch using ai dev tools like cursor or else but ai have limitations and can not scrap or ...
So I’ve got a few questions:
- Should I use WordPress with plugins/themes or build everything from scratch?
- What’s the best way to match episode data from APIs with scraped links?
- Any advice on automating updates and subtitles without hosting videos?
