summaryrefslogtreecommitdiff
path: root/title.bash
AgeCommit message (Expand)Author
2023-02-02Remove stray \ before / to please grep-3.8.Luke Bratch
2020-10-21Add special extra quirks mode for Twitter because it doesn't seem to resemble...Luke Bratch
2020-10-19Add support for Open Graph titlesLuke Bratch
2020-04-16Add Twitter to quirks mode since Twitter no longer sends a <title> to even th...Luke Bratch
2020-04-16Change user agent string to latest FirefoxJoe Robinson
2020-04-02Only spoof IP if in quirks mode, add www.ispreview.co.uk to quirks modeLuke Bratch
2019-06-04Make sure we capture all title tags individually with grep and then take the ...Fbenas
2019-02-15Replace title header extraction method with one that doesn't care about attri...Luke Bratch
2018-08-02Disable Bash globbingLuke Bratch
2018-08-02Add a quirks mode, starting with claiming to be cURL for YouTubeLuke Bratch
2018-05-24Claim a more recent Firefox in the user agent string to make Twitter send the...Luke Bratch
2018-01-11Set Accept-Language to en-GBLuke Bratch
2017-04-02Add a specific interface for cURL to useLuke Bratch
2017-03-13Add support for Gopher (take first line as title, like text/plain)Luke Bratch
2017-01-27Find the first non-blank test/plain line rather than selecting the literal fi...Luke Bratch
2016-06-20Do case insensitive header checksLuke Bratch
2015-11-30Decode HTML using PHP instead of recode (adds PHP as a dependency, removes re...Luke Bratch
2015-11-23Deal with some cURL exit codesLuke Bratch
2015-11-21Decode HTML in the title using recode (adds recode as a dependency)Luke Bratch
2015-10-20Release 1.0Luke Bratch
2015-10-20If Content-Type is text/plain, just use the first line as the titleLuke Bratch
2015-10-20Add missing comment hash characterLuke Bratch
2015-08-07Switch to a cleaner awk script to detect titlesLuke Bratch
2015-05-21Advertise text/html acceptance as some servers require itLuke Bratch
2015-05-11Tidy up temporary files afterwardsLuke Bratch
2015-05-11Fix support for servers that don't support HTTP HEADLuke Bratch
2015-05-02Add support for gzip compressionLuke Bratch
2015-05-02Put curl's arguments into a variableLuke Bratch
2015-03-11Change name in version string to "blatitle"Luke Bratch
2015-03-11Strip newlines and leading whitespace from "broken" titles, update user agent...Luke Bratch
2015-01-14Pretend to be Firefox as some broken websites reject cURL's user agentLuke Bratch
2014-11-17Follow HTTP redirects, was broken since switch to curlLuke Bratch
2014-10-08Update versionLuke Bratch
2014-10-08Initial commitLuke Bratch