Skip to content

Commit

Permalink
增加百度盘自定义cookie来修复百度盘下载错误
Browse files Browse the repository at this point in the history
  • Loading branch information
miniers committed Jan 22, 2018
1 parent 146543b commit 804da38
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 9 deletions.
6 changes: 3 additions & 3 deletions safari2aria.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<key>Author</key>
<string>Miniers</string>
<key>Builder Version</key>
<string>13604.5.2</string>
<string>13604.5.6</string>
<key>CFBundleDisplayName</key>
<string>safari2aria</string>
<key>CFBundleIdentifier</key>
<string>miniers.safari2aria</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>2.9.3</string>
<string>2.9.5</string>
<key>CFBundleVersion</key>
<string>2.9.3</string>
<string>2.9.5</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
Expand Down
2 changes: 1 addition & 1 deletion safari2aria.safariextension/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/global.9d70ea3a71522dcaeb1f.js"></script></body>
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/global.0a92eb14563f41b09973.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion safari2aria.safariextension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/options.294c2b2da713a3618775.js"></script></body>
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/options.94f969bf94838d901352.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion safari2aria.safariextension/popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/popover.c8e09d7e1991c700b494.js"></script></body>
<script type="text/javascript" src="static/js/manifest.js"></script><script type="text/javascript" src="static/js/vendor.b06a56798f24a0ca629d.js"></script><script type="text/javascript" src="static/js/popover.9fe9a9be9f2a2330f848.js"></script></body>
</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

3 comments on commit 804da38

@228peace
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在網路上找了找您似乎是唯一 的 Aria2Safari 開發者, 我也想用您的程式,但是我的Aria2有設置密碼,不知道您有沒有計畫加入密碼功能呢?

@miniers
Copy link
Owner Author

@miniers miniers commented on 804da38 Feb 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以直接使用 aria2 的token
链接地址按照这种格式 https://token:123456@127.0.0.1:6800/jsonrpc

@228peace
Copy link

@228peace 228peace commented on 804da38 Feb 3, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.