Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "bv2mp3", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "A tool to download all videos and convert to mp3 inside a video set of bilibili (also works for single video, of course).", | ||
@@ -27,4 +27,5 @@ "bin": "index.js", | ||
"@ffmpeg/ffmpeg": "0.11.6", | ||
"axios": "1.6.8", | ||
"axios": "1.7.7", | ||
"commander": "11.1.0", | ||
"filenamify": "^6.0.0", | ||
"lodash-es": "4.17.21", | ||
@@ -37,6 +38,6 @@ "minimist": "1.2.8", | ||
"conventional-changelog-cli": "4.1.0", | ||
"eslint": "8.57.0", | ||
"eslint": "8.57.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"prettier": "3.2.5" | ||
"eslint-plugin-prettier": "5.2.1", | ||
"prettier": "3.3.3" | ||
}, | ||
@@ -43,0 +44,0 @@ "eslintConfig": { |
@@ -6,2 +6,3 @@ import * as fs from 'fs'; | ||
import axios from 'axios'; | ||
import filenamify from 'filenamify'; | ||
@@ -79,3 +80,5 @@ async function _download(url, title, filename, index) { | ||
const author = videoData.owner.name; | ||
const filename = `${getName(index, title, author, dateString)}.flv`; | ||
const filename = filenamify( | ||
`${getName(index, title, author, dateString)}.flv`, | ||
); | ||
// console.log('aid:', aid); | ||
@@ -82,0 +85,0 @@ // console.log('pid:', pid); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25519
403
9
+ Addedfilenamify@^6.0.0
+ Addedaxios@1.7.7(transitive)
+ Addedfilename-reserved-regex@3.0.0(transitive)
+ Addedfilenamify@6.0.0(transitive)
- Removedaxios@1.6.8(transitive)
Updatedaxios@1.7.7