Skip to content
/ PanJS Public
forked from QiQUQ/baiduwp

PanDownload Web, built with CloudFlare Workers

License

Notifications You must be signed in to change notification settings

jshir8/PanJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PanJS

PanDownload Web, built with CloudFlare Workers (based on TkzcM/baiduwp)

Demo

PanJS

Usage

Getting access to the shared files:

headers:{
    'user-agent': 'Some UA',
    'Cookie': 'BDUSS=INPUT YOUR BDUSS HERE; STOKEN=INPUT YOUR STOKEN HERE'
  }

Verifying your qualification of downloading to avoid abuse

async function verifyidk(idk){
	const pdk = "**INPUT THE KEY THAT YOU SET HERE**"
	if(idk == pdk){
        return 0
      }
      else {
        return 1
      }  
  }

Thanks

baiduwp: basic codes

PanDownload: static pages

KinhDown: client type

PNL: download method

acgotaku/BaiduExporter: send to aria2

About

PanDownload Web, built with CloudFlare Workers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%