Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/pan
Resolve pan.baidu.com download url
https://github.com/popomore/pan
Last synced: about 2 months ago
JSON representation
Resolve pan.baidu.com download url
- Host: GitHub
- URL: https://github.com/popomore/pan
- Owner: popomore
- Created: 2013-05-13T16:54:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T16:55:05.000Z (over 11 years ago)
- Last Synced: 2024-10-16T05:21:09.514Z (3 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pan
> Resolve pan.baidu.com download url
---
## Install
```
$ npm install pan -g
```## Usage
```
$ pan http://pan.baidu.com/share/link?shareid=395290&uk=3224707057
```## Nodejs
```
var pan = require('pan');
var panUrl = 'http://pan.baidu.com/share/link?shareid=395290&uk=3224707057';
pan(panUrl, function(err, result) {
result.forEacho(function(url) {
console.log(url);
});
});
```
## LicenseMIT