From 982193cde261cc2fa1c4d82aed47868b3b8bd490 Mon Sep 17 00:00:00 2001 From: Enoch Ma Date: Thu, 5 Feb 2026 07:10:30 +0100 Subject: [PATCH] fix(route/aeon): audio type is inaccessible (#21067) --- lib/routes/aeon/type.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/routes/aeon/type.ts b/lib/routes/aeon/type.ts index 40fbb2d61..8ff0afdba 100644 --- a/lib/routes/aeon/type.ts +++ b/lib/routes/aeon/type.ts @@ -45,7 +45,6 @@ export const route: Route = { options: [ { value: 'essays', label: 'Essays' }, { value: 'videos', label: 'Videos' }, - { value: 'audio', label: 'Audio' }, ], }, }, @@ -65,7 +64,7 @@ export const route: Route = { name: 'Types', maintainers: ['emdoe'], handler, - description: `Supported types: Essays, Videos, and Audio. + description: `Supported types: Essays and Videos. Compared to the official one, the RSS feed generated by RSSHub not only has more fine-grained options, but also eliminates pull quotes, which can't be easily distinguished from other paragraphs by any RSS reader, but only disrupt the reading flow. This feed also provides users with a bio of the author at the top.`, };