3 releases
Uses new Rust 2024
new 0.1.2 | Mar 11, 2025 |
---|---|
0.1.1 | Mar 11, 2025 |
0.1.0 | Mar 11, 2025 |
#63 in Video
22KB
435 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.
cargo install movers
or from source,
- 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 (planned)
- other players (iina, planned)
- config and arg parsing (planned)
Inspo
Thanks to Film-central and MisaelVM for the decryption algo
Dependencies
~12–24MB
~352K SLoC