Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ else:
|
|
| 58 |
web_paths=(url,),
|
| 59 |
bs_kwargs=dict(
|
| 60 |
parse_only=bs4.SoupStrainer(
|
| 61 |
-
class_=("post-content", "post-title", "post-header")
|
| 62 |
)
|
| 63 |
),
|
| 64 |
)
|
|
|
|
| 58 |
web_paths=(url,),
|
| 59 |
bs_kwargs=dict(
|
| 60 |
parse_only=bs4.SoupStrainer(
|
| 61 |
+
#class_=("post-content", "post-title", "post-header")
|
| 62 |
)
|
| 63 |
),
|
| 64 |
)
|