Releases: impredicative/urltitle
Releases · impredicative/urltitle
0.3.8
0.3.7
- Send an additional custom header for nasdaq.com.
0.3.6
- Send custom headers for nasdaq.com.
0.3.5
- Use a custom user agent for
nasdaq.com
.
0.3.4
- Routinely update the user agent.
0.3.3
- Support a fallback to using
twitter:title
for extracting the title. This was useful for seekingalpha.com.
2020-10-12
- Improved the readme.
2020-08-21
- Reverted the customization for
swansonvitamins.com
as they fixed their site.
2020-08-16
- [breaking] Replaced the site-specific customization key
bs_title_selector
with the new CSS selector key namedselector
. Note that the.text
attribute is used with the new key. - Fallback to
og:title
property iftitle
tag is unavailable. This however required increasing the default request size from 8 KiB to 16 KiB to continue to prefer thetitle
tag over theog:title
property given a partial page read. - Allowed customizing the default request size for a site. This is necessary when the
og:title
property is unintentionally matched instead of thetitle
tag. - Updated the default user agent from Firefox 77 to Firefox 79.
- Updated minimum versions of various package requirements.
- Fixed custom support for
amazon.com
,swansonvitamins.com
, andiospress.nl
.
2020-07-01
- Update the default user agent.
- Use a custom user agent for YouTube. Disable all other prior customizations for YouTube.