index
:
blatitle
master
A simple bash script to extract the title from a web page
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
title.bash
Age
Commit message (
Expand
)
Author
2020-04-02
Only spoof IP if in quirks mode, add www.ispreview.co.uk to quirks mode
Luke Bratch
2019-06-04
Make sure we capture all title tags individually with grep and then take the ...
Fbenas
2019-02-15
Replace title header extraction method with one that doesn't care about attri...
Luke Bratch
2018-08-02
Disable Bash globbing
Luke Bratch
2018-08-02
Add a quirks mode, starting with claiming to be cURL for YouTube
Luke Bratch
2018-05-24
Claim a more recent Firefox in the user agent string to make Twitter send the...
Luke Bratch
2018-01-11
Set Accept-Language to en-GB
Luke Bratch
2017-04-02
Add a specific interface for cURL to use
Luke Bratch
2017-03-13
Add support for Gopher (take first line as title, like text/plain)
Luke Bratch
2017-01-27
Find the first non-blank test/plain line rather than selecting the literal fi...
Luke Bratch
2016-06-20
Do case insensitive header checks
Luke Bratch
2015-11-30
Decode HTML using PHP instead of recode (adds PHP as a dependency, removes re...
Luke Bratch
2015-11-23
Deal with some cURL exit codes
Luke Bratch
2015-11-21
Decode HTML in the title using recode (adds recode as a dependency)
Luke Bratch
2015-10-20
Release 1.0
Luke Bratch
2015-10-20
If Content-Type is text/plain, just use the first line as the title
Luke Bratch
2015-10-20
Add missing comment hash character
Luke Bratch
2015-08-07
Switch to a cleaner awk script to detect titles
Luke Bratch
2015-05-21
Advertise text/html acceptance as some servers require it
Luke Bratch
2015-05-11
Tidy up temporary files afterwards
Luke Bratch
2015-05-11
Fix support for servers that don't support HTTP HEAD
Luke Bratch
2015-05-02
Add support for gzip compression
Luke Bratch
2015-05-02
Put curl's arguments into a variable
Luke Bratch
2015-03-11
Change name in version string to "blatitle"
Luke Bratch
2015-03-11
Strip newlines and leading whitespace from "broken" titles, update user agent...
Luke Bratch
2015-01-14
Pretend to be Firefox as some broken websites reject cURL's user agent
Luke Bratch
2014-11-17
Follow HTTP redirects, was broken since switch to curl
Luke Bratch
2014-10-08
Update version
Luke Bratch
2014-10-08
Initial commit
Luke Bratch