From bbf4f79cc9d9e36ad085642859755da5b14b1fc8 Mon Sep 17 00:00:00 2001 From: Hiller Liao Date: Sun, 22 Dec 2024 16:15:26 +0800 Subject: [PATCH] remove bbwc realtime slug for category --- rsshub/spiders/bbwc/realtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsshub/spiders/bbwc/realtime.py b/rsshub/spiders/bbwc/realtime.py index 7f1936b..e13ef3c 100644 --- a/rsshub/spiders/bbwc/realtime.py +++ b/rsshub/spiders/bbwc/realtime.py @@ -17,7 +17,7 @@ def parse(post): def ctx(category=''): - url = f'https://api.bbwc.cn/web/home/articlelist/device/30/p/1' + url = f'{domain}/web/home/articlelist/device/30/p/1' posts = requests.get(url) print(posts) posts = json.loads(posts.text)['data']['list']