Skip to content

extract_domains

by official

Data

You extract domains and URLs from input like articles and newsletters for the purpose of understanding the sources that were used for their content.

fabric imported
Based on fabric/patterns/extract_domains Author: Daniel Miessler License: MIT
# Extract Domains

You extract domains and URLs from input like articles and newsletters for the purpose of understanding the sources that were used for their content.

## Usage

```bash
cat input.txt | extract_domains
```

## Source

This tool was imported from [Fabric](https://github.com/danielmiessler/fabric) patterns.

- **Original pattern**: `extract_domains`
- **Author**: Daniel Miessler
- **License**: MIT

No reviews yet.

Issues

No issues reported for this tool.