Skip to content

Commit

Permalink
fix(scraper): update TechCrunch scraper rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jan 24, 2025
1 parent 4938a94 commit c3c42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reader/scraper/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3c42b0

Please sign in to comment.