mirror of
https://github.com/horacio9a/cam4-anonymous.git
synced 2025-02-28 17:35:33 +08:00
v.2.0.0 Cam4 Anonymous All Mode Recorder for Python27
This commit is contained in:
parent
89a7ddc8c0
commit
e3d5b0071d
1 changed files with 2 additions and 2 deletions
4
c4.py
4
c4.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue