소스 검색

Add `add_dynamic_image` rewrite rule for `theverge.com`

jgbresson 3 년 전
부모
커밋
aa47789f55
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      reader/rewrite/rules.go

+ 1 - 0
reader/rewrite/rules.go

@@ -29,6 +29,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",
 	"treelobsters.com":       "add_image_title",
 	"www.qwantz.com":         "add_image_title,add_mailto_subject",
 	"xkcd.com":               "add_image_title",