mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-06-11 15:10:51 +00:00
remove bbwc realtime slug for category
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user