diff options
| author | 2026-06-17 15:08:30 -0400 | |
|---|---|---|
| committer | 2026-06-17 15:08:30 -0400 | |
| commit | ef3f687db0f53f026e808c4284e084255c9e9dd5 (patch) | |
| tree | 9271108ff34145b17696344eb727e44756001e12 /src/portal/scripts/create_vendor.sh | |
| parent | 22d3be9264087ed80d034df0e805bd8101a7d381 (diff) | |
| download | camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.tar.gz camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.tar.bz2 camu-ef3f687db0f53f026e808c4284e084255c9e9dd5.zip | |
Update portal to avoid TLS fingerprinting
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/scripts/create_vendor.sh')
| -rwxr-xr-x | src/portal/scripts/create_vendor.sh | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh index 6e5aaef..5daa3a3 100755 --- a/src/portal/scripts/create_vendor.sh +++ b/src/portal/scripts/create_vendor.sh @@ -16,25 +16,25 @@ cd yt-dlp/ pip3 install . --upgrade --target=../vendor cd ../ -cd snscrape/ +cd gallery-dl/ pip3 install . --upgrade --target=../vendor cd ../ -cd twitter-api-client/ -pip3 install . --upgrade --target=../vendor -cd ../ +#cd snscrape/ +#pip3 install . --upgrade --target=../vendor +#cd ../ -cd pixivpy/ -pip3 install . --upgrade --target=../vendor -cd ../ +#cd twitter-api-client/ +#pip3 install . --upgrade --target=../vendor +#cd ../ -cd instagrapi/ -pip3 install . --upgrade --target=../vendor -cd ../ +#cd pixivpy/ +#pip3 install . --upgrade --target=../vendor +#cd ../ -cd gallery-dl/ -pip3 install . --upgrade --target=../vendor -cd ../ +#cd instagrapi/ +#pip3 install . --upgrade --target=../vendor +#cd ../ cd ../ rm -r venv |