一个跨平台的 Electron 桌面应用,可流式传输和下载全球任何影片、电视剧或动漫。无广告和追踪。
The Application mainly gets Video Streams from VidSrc (you can also Stream from videasy and vidking).
It fetches Information for Images, Info Texts, Search and Homepage from tmdb.
You can download those Video Streams because the Program sources Links to their .m3u8 Playlist Files (similar to this Browser Extension).
Once you click 'Download' these Links are used to download the Full Movie/TV Episode using this Program. You can then watch them In-App or take the Files on any Storage Medium you want.
You can also watch Anime, the App checks if a Movie or Series is an Anime and then sources its Metadata from AniList instead of tmdb.
Media Files for Animes are scraped from AllManga.to (i stole this mechanic from ani-cli). The App directly gets .mp4 Files and doesnt evem show you the AllManga website, you can also download these Files, just like any other Content.
On first launch you'll be prompted to enter your TMDB API key. (Guide on how to get one) It's saved locally, you only need to do this once.
Download the latest .deb .pacman or .AppImage from the Releases page.
# .deb
sudo dpkg -i streambert_*.deb
# Arch Linux (.pacman)
sudo pacman -U streambert-*.pacman
# .AppImage (you can also do it with Gearlever)
chmod +x Streambert-x64.AppImage && ./Streambert-x64.AppImage
Download the latest Streambert Setup *.exe from the Releases page and run it.
Download the latest Streambert-*-universal.dmg from the Releases page, open it and drag Streambert to your Applications folder.
npm install
npm run dist:win
or
npm run dist:linux
or (for Arch Linux)
npm run dist:arch
or (for an AppImage only)
npm run dist:appimage
or (for a .deb only)
npm run dist:deb
or (for a .rpm only)
npm run dist:rpm
or (for macOS)
npm run dist:mac
or (build all platforms at once)
npm run dist
[!IMPORTANT] If you are building/installing on Arch Linux and encounter errors, you may need these libraries:
- libcrypt.so.1 error:
sudo pacman -S libxcrypt-compat- http-parser dependency error:
yay -S http-parser(from AUR)
This project is open-source software licensed under the GNU General Public License v3.0 (GPL-3.0).
Forks may be created but they MUST stay open-sourced.
Everyone is welcome to contribute to this project. Before contributing please make sure to read the Contributing Guidelines and act accordingly.
Streambert itself does not collect ANY data. There is no centralized service which the app relies on. However, the streaming sources and github (for downloading updates in-app) may still collect your data.
Streambert has built-in tracker/- and adblocking, but obviously that is not perfect.
IMPORTANT: This application is for educational and personal use only.
This application is provided "as is" for educational purposes. The developer:
…
暂无开放 Issues,或尚未同步最近议题。