Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rive cli

a simple command-line tool to search movies and tv shows from rivestream and vidsrc directly in your browser. supports movies, tv episodes, and download links.


dependecies

  • fzf

installation

git clone https://github.com/aor-rex/rive-cli.git
cd rive-cli
pip install -r requirements.txt
pip install .

options

    -h, --help            show this help message
    -m, --movie           open a movie by name
    -d, --download        go to download
    -t, --tv              open a tv show by name
    -s, --season          season number for tv show
    -e, --episode         episode number for tv show
    -p, --provider        choose provider "rive, vidsrc" (default: rive)

usage

rive-cli                             # interactive mode
rive-cli -d "the beekeper"           # open download link
rive-cli -m "conjuring"              # quick movie
rive-cli -t "johnny test" -s 2 -e 3  # quick tv episode
rive-cli -p "vidsrc" -t "kit vs kat" # use vidsrc as a provider

About

a cli tool for rivestream and vidsrc

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages