mirror of
https://github.com/horacio9a/cam4-anonymous.git
synced 2025-01-22 15:20:24 +08:00
v.1.0.1 cam4-anonymous script with rtmpdump window
This commit is contained in:
parent
769e36e911
commit
5984ab8e7b
1 changed files with 4 additions and 4 deletions
4
c4w.py
4
c4w.py
|
@ -1,4 +1,4 @@
|
|||
# Cam4 Anonymous Freechat RTMP Recorder v.1.0.0 by horacio9a for Python 2.7.13
|
||||
# Cam4 Anonymous Freechat RTMP Recorder v.1.0.1 by horacio9a for Python 2.7.13
|
||||
|
||||
import sys, os, urllib, urllib3, ssl, re, time, datetime, command
|
||||
urllib3.disable_warnings()
|
||||
|
@ -21,7 +21,7 @@ while True:
|
|||
for (num,value) in enumerate(modellist):
|
||||
print ' =>',(num+1),value[:-1]
|
||||
print
|
||||
mn = int(raw_input(colored(" => Select C4 Model URL => ", 'yellow', 'on_blue')))
|
||||
mn = int(raw_input(colored(" => Select C4 Model => ", 'yellow', 'on_blue')))
|
||||
print
|
||||
break
|
||||
except ValueError:
|
||||
|
|
Loading…
Reference in a new issue