Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,8 @@ async def read_item(username: str, video_id:str):
|
|
25 |
text_maker.ignore_links = True
|
26 |
text_maker.ignore_images = True
|
27 |
text_maker.bypass_tables = False
|
|
|
|
|
28 |
|
29 |
docs = text_maker.handle(res.content.decode("utf-8"))
|
30 |
|
|
|
25 |
text_maker.ignore_links = True
|
26 |
text_maker.ignore_images = True
|
27 |
text_maker.bypass_tables = False
|
28 |
+
|
29 |
+
print(res.content.decode("utf-8"))
|
30 |
|
31 |
docs = text_maker.handle(res.content.decode("utf-8"))
|
32 |
|