Damien Elmes 2023-11-08 14:00:41 +10:00
parent f9d5f422e4
commit ae6a03942f

View file

@ -104,7 +104,7 @@ lazy_static! {
pub static ref HTML_MEDIA_TAGS: Regex = Regex::new( pub static ref HTML_MEDIA_TAGS: Regex = Regex::new(
r#"(?xsi) r#"(?xsi)
# the start of the image, audio, or object tag # the start of the image, audio, or object tag
<\b(?:img|audio|object)\b[^>]+\b(?:src|data)\b= <\b(?:img|audio|video|object)\b[^>]+\b(?:src|data)\b=
(?: (?:
# 1: double-quoted filename # 1: double-quoted filename
" "