bcci commited on
Commit
69ebfb0
·
verified ·
1 Parent(s): 7a8e35a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ md = MarkItDown()
15
 
16
  def stealthy_scraper(url):
17
  html = stealthy_fetcher.fetch(url)
18
- return html
19
 
20
  def scraper(url):
21
  html = fetcher.get(url)
 
15
 
16
  def stealthy_scraper(url):
17
  html = stealthy_fetcher.fetch(url)
18
+ return html.html_content
19
 
20
  def scraper(url):
21
  html = fetcher.get(url)