22个版本

0.3.2 2024年8月15日
0.3.1 2024年6月25日
0.2.9 2024年5月11日
0.2.5 2024年3月17日
0.1.3 2023年7月5日

#149 in Web编程

Download history 164/week @ 2024-05-06 16/week @ 2024-05-13 10/week @ 2024-05-20 106/week @ 2024-05-27 50/week @ 2024-06-03 5/week @ 2024-06-10 121/week @ 2024-06-24 123/week @ 2024-07-29 114/week @ 2024-08-12

每月下载 237次

GPL-3.0 许可证

39KB
924

eren

流式传输并下载卡通和动漫

安装

Linux/Android

构建

Linux/Unix/Mac/Android

  • 首先安装rust然后
git clone 'https://github.com/Based-Programmer/eren' && \
cd eren && \
cargo build --release
  • 然后将它移动到你的$PATH
sudo cp target/release/eren /usr/local/bin/
  • 或者用cargo直接构建
cargo install eren
  • 然后将它移动到你的$PATH
sudo cp "$CARGO_HOME"/bin/eren /usr/local/bin/
  • 或者更好的是将$CARGO_HOME添加到你的$PATH

  • 在你的.zprofile, .bash_profile或.fish_profile中?

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

仅限Android Termux

  • 在你的.zprofile, .bash_profile或.fish_profile中?
export TERMINFO='/data/data/com.termux/files/usr/share/terminfo'

用法

eren <args> <search query>

示例

  • 获取数据
eren --debug demon slayer
  • 更改供应商
eren -p Luf-mp4 death note

多选

  • 在tui中使用Tab skim
  • rofi中使用Shift + Enter
  • 选择1 & 12 & 它将播放1到12

Rofi

  • 您可以从rofi或dmenu & rofi将自动启动
  • 或者您可以直接从终端使用以下规范方式执行它
eren -r texhnolyze
  • 按热门排序(针对allanime无关搜索结果的最佳选择)
eren -t monster
  • 字幕
eren -s great pretender
  • 更多信息请参阅帮助
eren -h

依赖项

  • mpv或mpv-android(最佳媒体播放器)
  • ffmpeg(合并下载的视频和音频)
  • hls(从Ak & Luf-mp4供应商下载m3u8)

最佳依赖项

  • rofi(外部选择菜单)

致谢

依赖项

~27–39MB
~720K SLoC