Update theverge.com rewrite rule: fix duplicate image

See: https://github.com/miniflux/v2/issues/1979
This commit is contained in:
x 2024-06-09 15:30:27 -04:00 committed by Frédéric Guillot
parent 0cf1a40276
commit 0bab8fac8e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var predefinedRules = map[string]string{
"quantamagazine.org": `add_youtube_video_from_id, remove("h6:not(.byline,.post__title__kicker), #comments, .next-post__content, .footer__section, figure .outer--content, script")`,
"sentfromthemoon.com": "add_image_title",
"thedoghousediaries.com": "add_image_title",
"theverge.com": `add_dynamic_image, remove("div.duet--recirculation--related-list")`,
"theverge.com": `add_dynamic_image, remove("div.duet--recirculation--related-list, .hidden")`,
"treelobsters.com": "add_image_title",
"webtoons.com": `add_dynamic_image,replace("webtoon"|"swebtoon")`,
"www.qwantz.com": "add_image_title,add_mailto_subject",