mirror of
https://github.com/horacio9a/cam4-anonymous.git
synced 2025-03-01 18:05:29 +08:00
v.1.0.1 cam4-anonymous script with suppressed rtmpdump window
This commit is contained in:
parent
bf434e3960
commit
18a803fb90
1 changed files with 4 additions and 3 deletions
3
c4.py
3
c4.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()
|
||||
|
@ -37,6 +37,7 @@ http_pool = urllib3.connection_from_url(url)
|
|||
r = http_pool.urlopen('GET',url)
|
||||
enc = (r.data)
|
||||
dec=urllib.unquote(enc).decode()
|
||||
#dec0=urllib.unquote(enc).decode('cp1250')
|
||||
|
||||
if "Trending Cams" not in dec:
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue