Type
The allowed extraction types for the option TYPE are the following:
| Name | Description |
|---|---|
| links | Get all the anchors from a HTML page |
| rss | Get all the links for a RSS feed |
| text | Will process the page as a simple text file |
| github-tags | Get all the tag anchors from a GitHub repository |
| github-tags-zip | Get all the tag anchors from a GitHub repository, filtering only those in .zip format |
| github-tags-tgz | Get all the tag anchors from a GitHub repository, filtering only those in .tar.gz format |