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:
parent
4938a94968
commit
c3c42b0c37
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ var predefinedRules = map[string]string{
|
||||||
"slate.fr": ".field-items",
|
"slate.fr": ".field-items",
|
||||||
"smbc-comics.com": "div#cc-comicbody, div#aftercomic",
|
"smbc-comics.com": "div#cc-comicbody, div#aftercomic",
|
||||||
"swordscomic.com": "img#comic-image, div#info-frame.tab-content-area",
|
"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",
|
"theoatmeal.com": "div#comic",
|
||||||
"theregister.com": "#top-col-story h2, #body",
|
"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",
|
"theverge.com": "h2.inline:nth-child(2),h2.duet--article--dangerously-set-cms-markup,figure.w-full,div.duet--article--article-body-component",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue