v.2.0.0 Cam4 Anonymous All Mode Recorder for Python27

This commit is contained in:
horacio9a 2021-05-23 08:18:55 +02:00 committed by GitHub
parent 89a7ddc8c0
commit e3d5b0071d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
c4.py
View file

@ -283,7 +283,7 @@ if 'canUseCDN":true' in dec:
while True:
try:
mode = int(raw_input(colored(' => Mode => Exit(5) - URL(4) - YTDL(3) - SL(2) - FFMPEG(1) - FFPLAY(0) => ', 'white', 'on_blue')))
mode = int(raw_input(colored(' => Mode => Exit(5) - URL(4) - YTDL(3) - SL(2) - FFMPEG(1) - FFPLAY(0) => ', 'white', 'on_green')))
break
except ValueError:
print
@ -329,7 +329,7 @@ if 'canUseCDN":true' in dec:
os.system(command)
while True:
try:
prog = int(raw_input(colored(' => Mode => URL(4) - YTDL(3) - SL(2) - FFMPEG(1) - Exit(0) => ', 'white', 'on_blue')))
prog = int(raw_input(colored(' => Mode => URL(4) - YTDL(3) - SL(2) - FFMPEG(1) - Exit(0) => ', 'white', 'on_green')))
break
except ValueError:
print