summaryrefslogtreecommitdiff
path: root/urititle
Commit message (Collapse)AuthorAgeFilesLines
* added urn:ietf:rfc:#### title based on rfc database you can get from the ↵epoch2021-01-111-1/+11
| | | | ietf. also stopped printing ${content_type} because it was showing content type twice. no idea why I changed that in the first place.
* http redirects were being output twice in urititleepoch2020-11-161-3/+5
|
* added html over gemini title supportepoch2020-10-191-2/+7
|
* added support for gopher links of type 1 and 0epoch2020-10-191-0/+10
|
* urititle can now do ftp URIs and if curl errors out on http or https URIs, ↵epoch2020-10-181-5/+12
| | | | it'll let you know.
* urititle now will show content-type of gemini links if it isn't text/geminiepoch2020-10-121-2/+12
|
* updated urititle from the combined of the version except.py usedepoch2020-10-041-14/+30
|
* now download a lot more bytes to look for <title> because the web is shitepoch2020-08-061-2/+2
|
* fixed urititle. forgot quotes around a semicolon and forgot a space between ↵epoch2020-02-061-2/+2
| | | | a flag and another argument for grep. >_>
* added urititle because I use this script on multiple computersepoch2020-02-051-0/+37