Giter Site home page Giter Site logo

simple_115's Introduction

simple_115

本项目旨在快速搜索番号并提交至115网盘离线下载,简化操作流程,省去繁琐的手动步骤。

功能介绍:

  • 优先选择SHT中文字幕数据库作为数据源,无资源自动下落 BT 站点
  • 自动搜索 BT 站资源并提交番号,目前已支持sukebeifreejavbt站点资源自动搜索,后续会继续增加资源站点
  • 过滤搜索结果,优先选择中文字幕和高清资源
  • 快速提交磁力链接至 115 离线下载,依赖于 Clouddrive2 提供的离线接口
  • 支持 iOS 设备通过捷径功能完成以上操作(捷径链接请参见下方)

安装

DockerCli

docker run --name simple_115 \
    -v ./data:/data \
    -p 5150:5150 \
    --restart unless-stopped \
    -e "CD2_HOST=http://127.0.0.1:19798" \    # cd2的地址
    -e "CD2_USER=user" \                      # cd2的用户
    -e "CD2_PWD=passwd" \                     # cd2的密码
    -e "SAVE_PATH=/115/云下载" \               # 离线路径在cd2中的路径,可填写多个,用英文逗号隔开
    -e "PROXY=http://127.0.0.1:6152" \        # 系统代理
    htnanako/simple_115

Docker-Compose

services:
  simple_115:
    image: htnanako/simple_115
    container_name: simple_115
    volumes:
      - ./data:/data
    ports:
      - 5150:5150
    restart: unless-stopped
    environment:
      CD2_HOST: http://127.0.0.1:19798  # cd2的地址
      CD2_USER: user                    # cd2的用户
      CD2_PWD: passwd                   # cd2的密码
      SAVE_PATH: /115/云下载             # 离线路径在cd2中的路径,可填写多个,用英文逗号隔开
      PROXY: http://127.0.0.1:6152      # 系统代理

捷径下载

simple_115's People

Contributors

htnanako avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar YL avatar

Watchers

 avatar

Forkers

zindsia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.