refactor: remove Discord and Toutiao channels (#234)

Discord only returns server metadata (no messages without Bot Token),
not useful enough. Toutiao search was fragile (HTML scraping). Both
can be revisited when better upstream tools appear.

75 tests passing.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pnant
2026-03-31 16:54:17 +08:00
committed by GitHub
parent 6548a50824
commit 794455cc9f
6 changed files with 7 additions and 433 deletions
-4
View File
@@ -23,8 +23,6 @@ from .weibo import WeiboChannel
from .xiaoyuzhou import XiaoyuzhouChannel
from .v2ex import V2EXChannel
from .xueqiu import XueqiuChannel
from .toutiao import ToutiaoChannel
from .discord import DiscordChannel
ALL_CHANNELS: List[Channel] = [
@@ -41,8 +39,6 @@ ALL_CHANNELS: List[Channel] = [
XiaoyuzhouChannel(),
V2EXChannel(),
XueqiuChannel(),
ToutiaoChannel(),
DiscordChannel(),
RSSChannel(),
ExaSearchChannel(),
WebChannel(),