Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Sidmaz666/streamo

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

streamo

A Simple Bash Script to Stream/Download TV-Series and Movies. 🥷🏽

Preview

preview

Dependencies

  1. curl
  2. mpv
  3. jq
  4. fzf

Installation

Basic

	sudo cp streamo /usr/bin/

Without Cloning

	sudo curl -s "https://raw.githubusercontent.com/Sidmaz666/streamo/main/streamo" -O > /usr/bin/streamo

Usage

	streamo ["search-query"]

	Example:
	streamo "mr robot" , streamo mr robot

Misc

  1. The script scrapes from Fmovies.

  2. Download Directory : $HOME/Video/Streamo

  3. Use Rofi instead, change the MENU Variable.

     MENU="rofi -show -dmenu -theme gruvbox-dark -i"
    
  4. Example Rofi Wrapper Script (Useful when using streamo with a keybinding).

     #!/bin/bash
     QUERY="$(rofi -show -dmenu -p "Search " -theme dmenu)"
     [[ -z "$QUERY" ]] && exit
     /usr/bin/streamo $QUERY
    

Note

There are no flags associated with the script even the -h or --help flags are not available.

About

A simple Bash Script to Stream/Download TV-Series and Movies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.