Skip to content

Commit

Permalink
Merge pull request #361 from cmsetzer/dependencies-update-2024-08-12
Browse files Browse the repository at this point in the history
Dependency updates: yt-dlp 2024.08.06, Playwright 1.46.0
  • Loading branch information
cmsetzer authored Aug 12, 2024
2 parents a1a82b3 + b8eed30 commit 740f056
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@harvard-lil/js-wacz": "^0.1.3",
"@harvard-lil/portal": "^0.0.2",
"@laverdet/beaugunderson-ip-address": "^8.1.0",
"@playwright/browser-chromium": "^1.45.3",
"@playwright/browser-chromium": "^1.46.0",
"browsertrix-behaviors": "0.6.0",
"chalk": "^5.2.0",
"commander": "^12.0.0",
Expand All @@ -57,7 +57,7 @@
"loglevel-plugin-prefix": "^0.8.4",
"node-stream-zip": "^1.15.0",
"nunjucks": "^3.2.3",
"playwright": "^1.45.3",
"playwright": "^1.46.0",
"uuid": "^9.0.0",
"warcio": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#-------------------------------------------------------------------------------
mkdir ./executables/;

# Pull yt-dlp (v2024.08.01)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.01/yt-dlp > ./executables/yt-dlp;
# Pull yt-dlp (v2024.08.06)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.06/yt-dlp > ./executables/yt-dlp;
chmod a+x ./executables/yt-dlp;

# Pull crip (v2.1.0)
Expand All @@ -22,4 +22,4 @@ cd ./executables;
tar -xzvf crip.tar.gz;
chmod a+x crip;
rm crip.tar.gz;
cd ..;
cd ..;

0 comments on commit 740f056

Please sign in to comment.