Skip to content

Commit 9843f0b

Browse files
committed
Improved workaround for sites with hotlink protection or which require authentication
1 parent 3d95861 commit 9843f0b

File tree

6 files changed

+4324
-3471
lines changed

6 files changed

+4324
-3471
lines changed

.github/actions/setup-for-build/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ runs:
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:
30-
version: 7
30+
version: 9
3131
run_install: false
3232

3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: "16"
35+
node-version: "20"
3636
cache: "pnpm"
3737

3838
- name: Install dependencies

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Import media from various sites into szurubooru.",
55
"version": "0.0.0",
66
"private": true,
7-
"packageManager": "[email protected]",
87
"scripts": {
98
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
109
"dev:prepare": "esno scripts/prepare.ts",
@@ -33,7 +32,7 @@
3332
"deepmerge": "^4.3.1",
3433
"lodash": "^4.17.21",
3534
"markdown-it": "^14.0.0",
36-
"neo-scraper": "^0.7.5",
35+
"neo-scraper": "^0.8.0",
3736
"normalize.css": "^8.0.1",
3837
"pinia": "^2.1.7",
3938
"primeflex": "^3.3.1",

0 commit comments

Comments
 (0)