Kubespider Versions Save

A global resource download orchestration system, build your home download center.

v0.6.2

1 month ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.6.2.tar.gz && tar -zxvf v0.6.2.tar.gz && cd kubespider-v0.6.2 && bash hack/install_kubespider.sh

Bugfix

  • fix: yutto downloader not recognize url from app

Contributors

@tediorelee

v0.6.1

2 months ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.6.1.tar.gz && tar -zxvf v0.6.1.tar.gz && cd kubespider-v0.6.1 && bash hack/install_kubespider.sh

New features:

  • add bilibili short url support.

Bugfix

  • fix alist download bug.

Contributors

@acegao9527 @evell1992

v0.6.0

3 months ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.6.0.tar.gz && tar -zxvf v0.6.0.tar.gz && cd kubespider-v0.6.0 && bash hack/install_kubespider.sh

New features:

  • feat: print logo and build commit hash when start.
  • feat: support yutto download provider
  • feat: meijutt_source_provider filter link type & auto choose correct link type
  • feat: simply download youtube by default config
  • feat: add some youtube host judgement
  • feat: Support qbittorrent to use category as download path
  • docs: Update faq.md add two situations
  • docs: update some docs about yutto
  • docs: add doc about yutto configuration
  • ci: new workflow to build chrome-extension on kubespider-extension update.
  • ci: disable arm64 image build for acr
  • ci: udgarde python lib dep and upgrade workflow dep
  • ci: add linux/arm64 image build test

Bugfix

  • fix: Add wbi auth support for bilibili search api
  • fix: yutto log output exception
  • fix: yt-dlp cannot be started by non-root users
  • fix: Pass download_param to the link structure.
  • fix: The judgment logic of the should_handle method in meijutt_source…

Contributors

@acegao9527 @ChowDPa02k @DDSDerek @DDSRem @miRemid @noahzark @qingchoulove @richardli1598 @SigureMo @yangn0

v0.5.0

6 months ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.5.0.tar.gz && tar -zxvf v0.5.0.tar.gz && cd kubespider-v0.5.0 && bash hack/install_kubespider.sh

New features:

  • feat: yt-dlp liberalization of other resources
  • feat: upgrade Python to 3.11
  • doc: add ugreen installation guide in readme
  • doc: fix install script docker volume
  • doc: magic_source_provider support yt-dlp configuration

Bugfix

  • fix: replace thunder install script volume path
  • fix: try to parse anime title multiple times
  • fix: fix btbtt12 downloading
  • fix: replace thunder install script volume path

Contributors

@chesha1 @evell1992 @LeanFly @miRemid @qingchoulove @richardli1598 @zirain @zj1123581321

v0.4.0

8 months ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.4.0.tar.gz && tar -zxvf v0.4.0.tar.gz && cd kubespider-v0.4.0 && bash hack/install_kubespider.sh

New features:

  • feat: add multi-thread support for pt server
  • feat: Add qq notification provider
  • feat: baidunetdisk install
  • feat: add alist source provider
  • feat: notify webhook users if there is no links
  • feat: Add Telegram as a notification provider
  • cli: support code hot reload for development
  • feat: Support multiple link selector for magic source provider
  • feat: Make PT provider more generic
  • feat: Adaptation of docker deployment scripts for macos
  • refactor: Define data models
  • refactor: Rewriting chrome extensions with react+tailwindcss.

Bugfix

  • fix: remove proxy when calling download provider
  • fix: fix jellyfin mount
  • fix: create .config dir by default
  • fix: fix pt download size calculation

Contributors

@bruseyun @DDSDerek @DDSRem @evell1992 @Hotwill @ljtnono @miRemid @qingchoulove @richardli1598 @Tarhyru @tediorelee @ultraji @xiaozhikang0916 @zirain @zj1123581321

v0.3.0

10 months ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.3.0.tar.gz && tar -zxvf v0.3.0.tar.gz && cd kubespider-v0.3.0 && bash hack/install_kubespider.sh

New features:

  • feat: Support better download result notification in chrome.
  • feat: chrome-ext trigger download support capture cookies.
  • feat: add pt file type for trigger pt download.
  • feat: Support arm64 & update shell script.
  • feat: Disable auto change download provider.
  • doc: Add synology adaption docs.
  • doc: Add Terramaster adaption docs.
  • feat: define the env to specify the installation path.
  • feat: Support douyin video download with watermark.
  • feat: Support config init when the files miss.
  • feat: Support video format convertion for yt-dlp.
  • feat: Support webhook authentication.
  • feat: Support PT(NexusPHP framework) automatic maintenance.
  • feat: Change the configuration reading to injection form.
  • feat: Add title regular filtering for mikan.
  • feat: support general link for general rss provider.
  • feat: add torrent file type and custom title pattern support.
  • feat: Support config reloading automatically.

Bugfix

  • fix: Fix config gets empty.
  • fix: install ffmpeg in download container.
  • fix: wrong file type and link type in general_rss_source_provider.

Contributors

@acegao9527 @DDSDerek @DDSRem @heywalter @ijwstl @jwcesign @klaxonz @ljtnono @miRemid @peterqiu0468 @qingchoulove @richardli1598 @ultraji @xiaozhikang0916 @zirain

v0.2.0

1 year ago

How to Install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.2.0.tar.gz && tar -zxvf v0.2.0.tar.gz && cd kubespider-0.2.0 && bash hack/install_kubespider.sh
  • Chrome plugin installation is described in README.md
  • The configuration file has changed to YAML. Please adapt according to what is described in the repository.

New features:

  • Added a new download provider - Transmission.
  • Added support for General RSS feeds as a source provider.
  • Added support for yt-dlp as a download provider.
  • Added support for multiple providers of the same type, and the ability to specify a download provider for a given source provider.
  • Added progress printing for You-get downloads and implemented YouTube source provider.
  • Added support for tags and categories in qBittorrent downloads.
  • Added support for Bilbili video downloads with You-get.
  • Added Jellyfin installation documentation and scripts.
  • Added refresh functionality for the Chrome extension.
  • Added support for enabling multiple download providers at once.
  • Added support for qBittorrent download provider.
  • Added Xunlei download provider support.
  • Added TV title recording in source provider config.

Contributors

@xiaozhikang0916 @mtyzaq @qingchoulove @ultraji @jwcesign @ijwstl @miRemid

v0.1.0

1 year ago

How to install?

Just run:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.1.0.tar.gz && tar -zxvf v0.1.0.tar.gz && cd kubespider-0.1.0 && bash hack/install.sh

New features

  • Support chrome webhook plugin trigger(chrome context menu).
  • Support magnet, torrent, and general-type(mp4, zip, etc.) file downloads.
  • Support some popular website resource downloads, including mikanani, btbtt12, meijutt.
  • Support aira2-type downloading software.

如何安装?

运行如下命令即可:

wget https://github.com/opennaslab/kubespider/archive/refs/tags/v0.1.0.tar.gz && tar -zxvf v0.1.0.tar.gz && cd kubespider-0.1.0 && bash hack/install.sh

新特性

  • 支持chrome webhook插件(chrome右键点击下载)。
  • 支持magnet, torrent, 和通用类型(如mp4, zip等)文件下载。
  • 支持一些流行资源网站,包括mikanani, btbtt12, meijutt。
  • 支持aria2协议的下载软件。