Spaces:
Running
Running
Commit
·
9a74c8e
1
Parent(s):
bb23ef3
Update main.py
Browse files
main.py
CHANGED
@@ -118,7 +118,7 @@ def index():
|
|
118 |
session['current_feed'] = id
|
119 |
|
120 |
url = encode_url(url)
|
121 |
-
url = url.replace('640x480','1280x960')
|
122 |
id = feed
|
123 |
ip = ''.join(url.split('//')[-1]).split(':')[0]
|
124 |
info = get_location(ip)
|
|
|
118 |
session['current_feed'] = id
|
119 |
|
120 |
url = encode_url(url)
|
121 |
+
url = url.replace('640x480','1280x960').replace("COUNTER",str(random.randint(1,1000000)))
|
122 |
id = feed
|
123 |
ip = ''.join(url.split('//')[-1]).split(':')[0]
|
124 |
info = get_location(ip)
|