Sort alphabetically

This commit is contained in:
Owen Valentine 2022-08-16 18:28:26 +02:00 committed by Frédéric Guillot
parent 1c1fcdcd3d
commit f851ecac78
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ var predefinedRules = map[string]string{
"npr.org": "#storytext",
"oneindia.com": ".io-article-body",
"opensource.com": "div[property]",
"openingsource.org": "article.suxing-popup-gallery",
"osnews.com": "div.newscontent1",
"phoronix.com": "div.content",
"pseudo-sciences.org": "#art_main",
@ -47,5 +48,4 @@ var predefinedRules = map[string]string{
"wired.com": "main figure, article",
"zeit.de": ".summary, .article-body",
"zdnet.com": "div.storyBody",
"openingsource.org": "article.suxing-popup-gallery",
}