1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

fix(scraper): update TechCrunch scraper rule

This commit is contained in:
Frédéric Guillot 2025-01-23 19:24:30 -08:00
parent 4938a94968
commit c3c42b0c37

View file

@ -44,7 +44,7 @@ var predefinedRules = map[string]string{
"slate.fr": ".field-items",
"smbc-comics.com": "div#cc-comicbody, div#aftercomic",
"swordscomic.com": "img#comic-image, div#info-frame.tab-content-area",
"techcrunch.com": "div.article-entry",
"techcrunch.com": "div.entry-content",
"theoatmeal.com": "div#comic",
"theregister.com": "#top-col-story h2, #body",
"theverge.com": "h2.inline:nth-child(2),h2.duet--article--dangerously-set-cms-markup,figure.w-full,div.duet--article--article-body-component",