25 releases

0.3.5 Nov 27, 2024
0.3.3 Sep 27, 2024
0.3.1 Jun 25, 2024
0.2.5 Mar 17, 2024
0.1.3 Jul 5, 2023

#226 in Web programming

Download history 38/week @ 2024-08-16 2/week @ 2024-08-23 2/week @ 2024-08-30 14/week @ 2024-09-13 28/week @ 2024-09-20 177/week @ 2024-09-27 9/week @ 2024-10-04 7/week @ 2024-10-11 1/week @ 2024-10-18 1/week @ 2024-11-01 64/week @ 2024-11-08 62/week @ 2024-11-15 133/week @ 2024-11-22 26/week @ 2024-11-29

285 downloads per month

GPL-3.0 license

39KB
910 lines

eren

Stream & Download Cartoons & Animes

Install

Linux/Android

Build

Linux/Unix/Mac/Android

  • First of all install rust then
git clone 'https://github.com/Based-Programmer/eren' && \
cd eren && \
cargo build --release
  • Then move it to your $PATH
sudo cp target/release/eren /usr/local/bin/
  • Or Build it directly with cargo
cargo install eren
  • Then move it to your $PATH
sudo cp "$CARGO_HOME"/bin/eren /usr/local/bin/
  • Or better add $CARGO_HOME to your $PATH

  • In your .zprofile, .bash_profile or .fish_profile ?

export PATH="$CARGO_HOME/bin:$PATH"

Only Android Termux

  • In your .zprofile, .bash_profile or .fish_profile ?
export TERMINFO='/data/data/com.termux/files/usr/share/terminfo'

Usage

eren <args> <search query>

Example

  • Get data
eren --debug demon slayer
  • Change Provider
eren -p Luf-mp4 death note

Multi-select

  • use Tab in the tui skim
  • use Shift + Enter in rofi
  • select 1 & 12 & it will play 1 to 12

Rofi

  • you can execute eren from something like rofi or dmenu & rofi will spawn automatically
  • or you can just execute it from the terminal using the normie way given below
eren -r texhnolyze
  • Sort by top (best cope for occasional allanime's irrelevant search results)
eren -t monster
  • Sub
eren -s great pretender
  • More at help
eren -h

Dependency

  • mpv or mpv-android (best media player)
  • ffmpeg (merging downloaded video & audio)
  • hls (for downloading m3u8 from provider Ak & Luf-mp4)

Optimal Dependency

  • rofi (external selection menu)

Acknowledgement

Dependencies

~28–41MB
~726K SLoC