mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-24 23:14:46 +00:00
typo
This commit is contained in:
parent
e28132b8a9
commit
5af7164409
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ impl Default for Quirks {
|
|||
let quirks = vec![
|
||||
Quirk {
|
||||
// Twitter cut off the ability to read a tweet by fetching its
|
||||
// URL with a normal HTTP GET. Only Googlebot will get a plain
|
||||
// URL with a normal HTTP GET. Only Googlebot will get a plain
|
||||
// HTML response.
|
||||
// See https://twitter.com/zarfeblong/status/1339742840142872577
|
||||
pattern: Regex::new(r"^(https?://)?(www\.)?twitter.com").unwrap(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue