Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,9 @@ def run():
|
|
10 |
print(spl)
|
11 |
|
12 |
for line in spl:
|
13 |
-
|
|
|
|
|
14 |
#print(feed1.json.keys())
|
15 |
print("#############")
|
16 |
print(feed1.text)
|
|
|
10 |
print(spl)
|
11 |
|
12 |
for line in spl:
|
13 |
+
spl2 = line.split(">")[0]
|
14 |
+
if spl2.endswith('/"'):
|
15 |
+
link_box.append(line.split(">")[0])
|
16 |
#print(feed1.json.keys())
|
17 |
print("#############")
|
18 |
print(feed1.text)
|