mirror of
https://github.com/anonymousx97/social-dl.git
synced 2025-02-20 11:13:19 +08:00
v2.0.6
Attempt to Bypass Railway Flags.
This commit is contained in:
parent
0bceaea93b
commit
bc5f5f307a
10
req.txt
10
req.txt
@ -1,10 +0,0 @@
|
|||||||
aiohttp>=3.8.4
|
|
||||||
beautifulsoup4>=4.12.2
|
|
||||||
Brotli>=1.0.9
|
|
||||||
gallery_dl>=1.25.7
|
|
||||||
pyrogram>=2.0.106
|
|
||||||
python-dotenv==0.21.0
|
|
||||||
PyExecJS>=1.5.1
|
|
||||||
tenacity>=8.2.2
|
|
||||||
tgCrypto>=1.2.3
|
|
||||||
yt-dlp>=2023.6.22
|
|
16
run
16
run
@ -11,4 +11,20 @@ web.run_app(app, host='0.0.0.0', port=$API_PORT, reuse_port=True, print=None)
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
requirements=("aiohttp>=3.8.4"
|
||||||
|
"beautifulsoup4>=4.12.2"
|
||||||
|
"Brotli>=1.0.9"
|
||||||
|
"gallery_dl>=1.25.7"
|
||||||
|
"pyrogram>=2.0.106"
|
||||||
|
"python-dotenv==0.21.0"
|
||||||
|
"PyExecJS>=1.5.1"
|
||||||
|
"tenacity>=8.2.2"
|
||||||
|
"tgCrypto>=1.2.3"
|
||||||
|
"yt-dlp>=2023.6.22"
|
||||||
|
)
|
||||||
|
|
||||||
|
for req in "${requirements[@]}"; do
|
||||||
|
pip install "${req}";
|
||||||
|
done
|
||||||
|
|
||||||
python3 -m app
|
python3 -m app
|
Loading…
x
Reference in New Issue
Block a user