The link destination type enumerates whtto expect when follwing a link across all of its redirects.
It is mostly derived from the html element that represents the link.
Available values are:
| Id | Name | Descrioption |
|---|---|---|
| 0 | file |
Unknown content |
| 1 | document |
Browsable document |
| 2 | feed |
A feed as in RSS, Atom or similar |
| 3 | stylesheet |
A stylesheet |
| 4 | script |
Executable script inteded for a browser |
| 100 | media |
Media or Media related file (image, audio, video, playlist, subitles, etc.) |
| 101 | media_image |
Image File |
| 102 | media_audio |
Audio File |
| 103 | media_video |
Video File |
| 1000 | communication |
Communication link like mailto or tel |