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
8
c4w.py
8
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
|
import sys, os, urllib, urllib3, ssl, re, time, datetime, command
|
||||||
urllib3.disable_warnings()
|
urllib3.disable_warnings()
|
||||||
|
@ -21,7 +21,7 @@ while True:
|
||||||
for (num,value) in enumerate(modellist):
|
for (num,value) in enumerate(modellist):
|
||||||
print ' =>',(num+1),value[:-1]
|
print ' =>',(num+1),value[:-1]
|
||||||
print
|
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
|
print
|
||||||
break
|
break
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
@ -69,8 +69,8 @@ if "Trending Cams" not in dec:
|
||||||
except:
|
except:
|
||||||
occ = ''
|
occ = ''
|
||||||
|
|
||||||
print (colored(' => Age:{} * Location:{} * Status:{} * Job:{} <=', 'yellow', 'on_blue')).format(age,loc,sta,occ)
|
print (colored(' => Age:{} * Location:{} * Status:{} * Job:{} <=', 'yellow', 'on_blue')).format(age,loc,sta,occ)
|
||||||
print
|
print
|
||||||
|
|
||||||
if "cam-offline" in dec:
|
if "cam-offline" in dec:
|
||||||
vau0 = dec.split('videoAppUrl=')[1]
|
vau0 = dec.split('videoAppUrl=')[1]
|
||||||
|
|
Loading…
Reference in a new issue