summaryrefslogtreecommitdiff
path: root/src/portal/scripts/create_vendor.sh
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-06-17 15:08:30 -0400
committerAndrew Opalach <andrew@akon.city> 2026-06-17 15:08:30 -0400
commitef3f687db0f53f026e808c4284e084255c9e9dd5 (patch)
tree9271108ff34145b17696344eb727e44756001e12 /src/portal/scripts/create_vendor.sh
parent22d3be9264087ed80d034df0e805bd8101a7d381 (diff)
downloadcamu-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-xsrc/portal/scripts/create_vendor.sh26
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