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…
Reference in new issue