jonathanjordan21 commited on
Commit
b42350d
·
verified ·
1 Parent(s): 4a4fd31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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