Add 5 Chinese platform templates (WeChat, Zhihu, Xiaohongshu, Bilibili, Chinese News) - #26
Open
hl7258888-commits wants to merge 1 commit into
Conversation
Templates for China's most popular content platforms: - WeChat Articles (微信公众号): Uses #js_content selector for clean extraction - Zhihu (知乎): Uses .RichText selector for answers and columns - Xiaohongshu / RedNote (小红书): Carousel image dedup via :not(.swiper-slide-duplicate) + unique filter - Bilibili (B站): Auto-extracts BV number for iframe embed, strips "_哔哩哔哩_bilibili" suffix - Chinese News & Tech (中文资讯): Covers WSJ CN, Caixin, SSPAI, 36Kr, Huxiu, V2EX, Jike, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds web clipper templates for 5 major Chinese content platforms — the first Chinese-language platform templates in this repo.
#js_contentselector for clean article extraction.RichTextselector filters out votes, comments, recommendations:not(.swiper-slide-duplicate)+uniquefilter_哔哩哔哩_bilibilititle suffixTechnical highlights
Test plan
🤖 Generated with Claude Code