From 9b6b8deb9eb294042730b1798df83e4faf8d36e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 31 Dec 2025 19:05:11 +0100 Subject: [PATCH] [weibo] fix 'article' include (#8792) --- gallery_dl/extractor/weibo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/weibo.py b/gallery_dl/extractor/weibo.py index c7217d5d..ef50b9d9 100644 --- a/gallery_dl/extractor/weibo.py +++ b/gallery_dl/extractor/weibo.py @@ -311,6 +311,7 @@ class WeiboUserExtractor(WeiboExtractor): (WeiboFeedExtractor , base + "feed"), (WeiboVideosExtractor , base + "video"), (WeiboNewvideoExtractor, base + "newVideo"), + (WeiboArticleExtractor , base + "article"), (WeiboAlbumExtractor , base + "album"), ), ("feed",))