v.1.0.1 cam4-anonymous script with rtmpdump window

This commit is contained in:
horacio9a 2017-08-30 04:49:32 +02:00 committed by GitHub
parent 769e36e911
commit 5984ab8e7b

4
c4w.py
View file

@ -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: