Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -80,7 +80,7 @@ async def test_url(api_key: str = Depends(verify_api_key), url: str = Query(...,
|
|
| 80 |
|
| 81 |
|
| 82 |
@app.get("/basic-crawl-article")
|
| 83 |
-
def extract_article(
|
| 84 |
url: str,
|
| 85 |
record_id: Optional[str] = Query(None, description="Add an ID to the metadata."),
|
| 86 |
no_fallback: Optional[bool] = Query(False, description="Skip the backup extraction with readability-lxml and justext."),
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
@app.get("/basic-crawl-article")
|
| 83 |
+
async def extract_article(
|
| 84 |
url: str,
|
| 85 |
record_id: Optional[str] = Query(None, description="Add an ID to the metadata."),
|
| 86 |
no_fallback: Optional[bool] = Query(False, description="Skip the backup extraction with readability-lxml and justext."),
|