kingwingfly / downloader

A downloader by Tauri, Nextjs and actix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

downloader

A downloader in Rust, Tauri, nextjs and actix, easy to be extended.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This is a downloader, I have implemented bilibili download now. This downloader is easy to secondary development, you just need impl TaskExe for the website you want to download.

The config or the cookies you store in this app will be encrypted by rsa, and the private key will be store using keyring in your system's key keeper (such as key-chain on macOS).

If you'd like to use a CLI tool, this is recommended, which can intervally pull your favorite sets to local storage.

Important

This app uses ffmpeg to merge the video and audio, so you should add ffmpeg to env path or config it in config page. On macOS, you should config full path of ffmpeg, for binary on macOS can not be invoked directly by name.

config ffmpeg

(back to top)

Built With

  • rust
  • tauri
  • Next
  • React

(back to top)

Getting Started

This app used async trait in rust, so you need a nightly toolchain installed.

dev

npm i
cargo tauri dev

build yourself

npm i
cargo tauri build

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/kingwingfly/downloader.git
    cd downloader
  2. Install NPM packages
    npm install
  3. Install tauri-cli and rust nightly toolchain
    cargo install tauri-cli
    rustup install nightly
  4. Build the bundle
    cargo tauri build

(back to top)

Usage

New a Task

new

See the process

list

(back to top)

Roadmap

  • Fix: tauri build goes wrong with nextjs' parellel intercepting route
  • New: more website support
  • New: remote download

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Louis - 20200581@cqu.edu.cn

Project Link: https://github.com/kingwingfly/downloader

(back to top)

Acknowledgments

(back to top)

About

A downloader by Tauri, Nextjs and actix.


Languages

Language:Rust 70.1%Language:TypeScript 20.2%Language:Python 8.5%Language:CSS 0.8%Language:JavaScript 0.3%