mirror of
https://github.com/horacio9a/cam4-anonymous.git
synced 2025-03-01 09:55:23 +08:00
v.1.0.1 Remote rtmpdump 24/7 cam4-anonymous script with visible data
This commit is contained in:
parent
35da9cdc73
commit
769e36e911
1 changed files with 3 additions and 3 deletions
6
c4rw.py
6
c4rw.py
|
@ -1,4 +1,4 @@
|
||||||
# Cam4 Remote Anonymous Freechat RTMP Recorder v.1.0.0 by horacio9a for Python 2.7.13
|
# Cam4 Remote 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()
|
||||||
|
@ -56,8 +56,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