Analysis updated 2026-05-18
Watch animated series from LACartoons directly inside Stremio without switching to the website.
Browse a Latin American cartoon catalog from a unified Stremio library view.
Extend the scraping logic to support additional show categories or fix broken stream extraction.
| masilvasol/stremio-lacartoons | arthurmoorgan/drift | lukeed/editor-lite | |
|---|---|---|---|
| Stars | 6 | 6 | 6 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2016-11-05 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 16+ and yt-dlp downloaded with its path set inside addon.js before starting the server.
LACartoons Stremio Addon is an unofficial plugin for Stremio, the cross-platform media player app used to organize and stream video content from multiple sources in one interface. It adds the LACartoons website's catalog to Stremio, giving you access to animated series and cartoons from a Spanish-language library aimed at Latin American audiences. Once installed, shows from LACartoons appear directly in Stremio's library so you can browse and watch without leaving the app. The plugin works by scraping the LACartoons website to find video links, then presenting those links to Stremio as streamable content. It extracts both .m3u8 playlist streams and .mp4 video files automatically. A separate command-line tool called yt-dlp is used as a fallback when standard direct extraction does not work. You need to download yt-dlp separately and set its file path inside the main script before running the addon. You run the plugin as a local Node.js server on your own machine. Installation is a standard Node workflow: clone the repository, run npm install, and start the server with node addon.js. The official instructions are written for Windows using PowerShell, though the steps should work on any system with Node.js 16 or later. After starting the server, you add the addon to Stremio by pointing it at the local address the server prints. The README for this project is brief and written in Spanish. The author specifically calls out scraping logic and connection stability as areas that could use improvement and welcomes contributions. The license is MIT.
An unofficial Stremio addon that adds the LACartoons animated series catalog to Stremio's library, scraping stream links automatically so you can watch Spanish-language cartoons inside the app.
Mainly JavaScript. The stack also includes JavaScript, Node.js, yt-dlp.
Use, modify, and distribute freely for any purpose, including commercial use, as long as you keep the copyright notice (MIT).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.