add bilibili User Articles FavList support

- fix whitespace
- fix extractor names
- Add favlist url user check
- apply changes
- add test
- update docs/supportedsites
This commit is contained in:
mmmpipi
2025-01-06 15:35:49 +08:00
committed by Mike Fährmann
parent 18ed39c1cf
commit e4cc3419c5
4 changed files with 54 additions and 1 deletions

View File

@@ -65,4 +65,10 @@ __tests__ = (
"#class" : bilibili.BilibiliUserArticlesExtractor,
},
{
"#url" : "https://space.bilibili.com/405279279/favlist?fid=opus",
"#class" : bilibili.BilibiliUserArticlesFavoriteExtractor,
"#auth" : True,
},
)