arickxuan / baiduwp

PanDownload Web, built with CloudFlare Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baiduwp

PanDownload Web, built with CloudFlare Workers

Features

Latest version already implemented all features of baiduwp.com.

Features from baiduwp.com

Get Direct Link

Parse share link from url

Example: https://pan.example.com/s/1qWsJVJ2 -> https://your.site/s/1qWsJVJ2

Send to aria2c

New Features

Get Direct Link from rapid link

Video / Audio Preview

HTTP Basic authentication (Thanks to ccloli)

WIP

Rewrite

Add i18n support

PC / Android Client

Usage

const BDUSS = '' //**INPUT YOUR BDUSS HERE**
const STOKEN = '' //**INPUT YOUR STOKEN HERE**
const SVIPBDUSS = '' //**INPUT YOUR SVIP BDUSS HERE**
const SVIPSTOKEN = '' //**INPUT YOUR SVIP STOKEN HERE** (optional, rapid need)
const INDEX_URL = '' // Input your index url here
const AUTH_USER = '' //**INPUT BASIC AUTH USERNAME (optional)**
const AUTH_PASS = '' //**INPUT BASIC AUTH SUPER SECRET PASSWORD (optional)**

or comment out those then use environment variables in workers settings

Thanks

PanDownload: static pages

KinhDown: client type

PNL: download method

acgotaku/BaiduExporter: send to aria2

pan.naifei.cc: another download method (Outdated)

MoePlayer/DPlayer: video & audio preview

Yixun: new download method (Outdated)

About

PanDownload Web, built with CloudFlare Workers

License:MIT License


Languages

Language:JavaScript 100.0%