#web-scraping #movie #search #cli

app movers

Cli for searching and watchign movies

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

Download history 263/week @ 2025-03-09

263 downloads per month

MIT license

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.

Install with cargo (less stable most times)

cargo install movers

or from source (RECOMMENDED),

  1. Clone repo
git clone https://github.com/yawnbo/movers.git
  1. Build with cargo
cd movers && cargo build --release
  1. 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