Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
get back audio extract using bilibilijj
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer authored Sep 15, 2016
1 parent 2c62574 commit f226d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili_injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
biliHelper.mainBlock.downloaderSection.find('p .b-btn.w').click();
});
}
//biliHelper.mainBlock.downloaderSection.find('p').append($('<a class="b-btn" target="_blank" href="http://bilibili.audio/' + biliHelper.avid + '/' + biliHelper.page + '"></a>').text('抽出并下载音频'));
biliHelper.mainBlock.downloaderSection.find('p').append($('<a class="b-btn" target="_blank" href="http://www.bilibilijj.com/Files/DownLoad/' + biliHelper.cid + '.mp3/www.bilibilijj.com.mp3?mp3=true"></a>').text('抽出并下载音频'));
}
if (biliHelper.playbackUrls && biliHelper.playbackUrls.length == 1) {
biliHelper.mainBlock.switcherSection.find('a[type="html5"]').removeClass('hidden');
Expand Down

1 comment on commit f226d5b

@myfreeer
Copy link
Owner Author

Choose a reason for hiding this comment

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

this service is tested to be somehow unstable, maybe it should be removed in releases.

Please sign in to comment.