Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ def dl(inp,img):
|
|
55 |
line_out = line.split(">",1)[1].split("<",1)[0]
|
56 |
else:
|
57 |
line_out = line
|
58 |
-
|
|
|
59 |
#print(ft)
|
60 |
#out = f"{uid}/{inp_out}.mp4"
|
61 |
#capture = cv2.VideoCapture(out)
|
|
|
55 |
line_out = line.split(">",1)[1].split("<",1)[0]
|
56 |
else:
|
57 |
line_out = line
|
58 |
+
if not line.isnumeric():
|
59 |
+
line_fin+=line_out
|
60 |
#print(ft)
|
61 |
#out = f"{uid}/{inp_out}.mp4"
|
62 |
#capture = cv2.VideoCapture(out)
|