Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:eru/extractor.photo.pixiv.tbrl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eru committed Sep 8, 2015
2 parents 8602394 + d040c44 commit 015e671
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -10,16 +10,17 @@ This patch port from tombfix pixiv extractor.

# Changes
* Replace
* addCallback -> then
* addErrback -> catch
* succeed -> Promise.resolve
* downloadWithReferrer(url, referrer) -> downloadFile(url, {referrer: referrer})
* getMessage('error.contentsNotFound') -> chrome.i18n.getMessage('error_http404')
* addCallback -> then
* addErrback -> catch
* succeed -> Promise.resolve
* downloadWithReferrer(url, referrer) -> downloadFile(url, {referrer: referrer})
* getMessage('error.contentsNotFound') -> chrome.i18n.getMessage('error_http404')
* Delete
* API functions and variables
* API functions and variables

# Build

npm run build
$ npm run build

# Install
[Click here](https://raw.githubusercontent.com/eru/extractor.photo.pixiv.tbrl.js/master/extractor.photo.pixiv.tbrl.js) and "Right click -> (taberareloo)Share -> Patch - Install"
Expand Down

0 comments on commit 015e671

Please sign in to comment.