mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 16:53:54 +08:00
11 lines
254 B
Markdown
11 lines
254 B
Markdown
# Extract a page to Markdown (Python)
|
|
|
|
Extracts one URL with `/extract` and writes the cleaned page content to `extracted.md`.
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python main.py
|
|
```
|
|
|
|
Edit the `url` in [main.py](main.py) to extract a different page.
|