An open API service indexing awesome lists of open source software.

https://github.com/sloev/commoncrawler_fetch_example


https://github.com/sloev/commoncrawler_fetch_example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# example of commoncrawler html news downloader

uses commoncrawler to search for news site prefix (dr.dk/indland/*) and downloads all html plus extracts articles from it
## install

```
pip install cdx_toolkit requests trafilatura
```

## usage

```
python test.py > output.json
```