5 releases
Uses new Rust 2024
new 0.1.4 | Mar 16, 2025 |
---|---|
0.1.3 | Mar 15, 2025 |
0.1.2 | Mar 11, 2025 |
0.1.1 | Mar 11, 2025 |
0.1.0 | Mar 11, 2025 |
#40 in Video
263 downloads per month
34KB
756 lines
Webscraper to watch movies on (WIP)
Very basic and functioning on sticks project that is planned to be worked on, nothing is final or formal and the code is a mess that should be cleaned eventually.
Installation
Currently only linux and macos are tested and supported as I have no clue how to get it to work on windows but am open for implementing it.
NOT RECOMMENDED
Install with cargo (less stable most times)
cargo install movers
or from source (RECOMMENDED),
- Clone repo
git clone https://github.com/yawnbo/movers.git
- Build with cargo
cd movers && cargo build --release
- Run with
./target/release/movers -S <MOVIE>
Features
- Watching movies
- downloading (planned)
- Subtitles
- Series/episodes
- other players (iina, planned)
- config and arg parsing (planned)
Todo:
vidlink/cloudburst/stormproxy scraping (very hard)
Inspo
Thanks to Film-central and MisaelVM for the decryption algo
Dependencies
~12–24MB
~345K SLoC