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