ADD file via upload

main
pg3fbpv9r 2 months ago
parent f6fca8617f
commit a46f7c65f4

@ -0,0 +1,6 @@
import subprocess
files = ['get_urls.py', 'get_cid.py', 'get_danmu.py']
for file in files:
subprocess.run(['python', file])
Loading…
Cancel
Save