Skip to content

Commit

Permalink
fix typo, support download mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Apr 6, 2024
1 parent cd0e37d commit 8773419
Show file tree
Hide file tree
Showing 11 changed files with 331 additions and 202 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.3.1",
"@vueuse/shared": "^9.13.0",
"animevsub-download-manager": "github:anime-vsub/animevsub-download-manager.git#v0.0.20",
"animevsub-download-manager": "github:anime-vsub/animevsub-download-manager.git#v0.0.22",
"cheerio": "1.0.0-rc.12",
"client-ext-animevsub-helper": "^1.0.24",
"dayjs": "^1.11.9",
Expand All @@ -44,7 +44,7 @@
"group-array": "^1.0.0",
"hls-parser": "^0.10.9",
"htmlparser2": "^8.0.2",
"idb-keyval": "^6.2.1",
"idb-keyval": "github:tachibana-shin/idb-keyval#v6.2.2",
"iso-639-1": "^2.1.15",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
Expand Down Expand Up @@ -79,6 +79,7 @@
"@quasar/app-vite": "^1.8.0",
"@quasar/cli": "^2.2.3",
"@quasar/icongenie": "^3.1.1",
"@ruby2js/vite-plugin": "^0.0.3",
"@tachibana-shin/eslint-config": "1.0.7",
"@types/group-array": "^1.0.1",
"@types/js-cookie": "^3.0.3",
Expand All @@ -96,6 +97,7 @@
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitest/web-worker": "^0.30.1",
"autoprefixer": "^10.4.15",
"bumpp": "^9.2.1",
Expand All @@ -116,6 +118,7 @@
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-dart": "^1.0.3",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-remove-console": "^2.1.1",
"vite-plugin-rewrite-all": "^1.0.1",
Expand Down
Loading

0 comments on commit 8773419

Please sign in to comment.