mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-06-08 23:16:55 +00:00
add baidu suggest
This commit is contained in:
@@ -17,7 +17,7 @@ def parse(post):
|
||||
return item
|
||||
|
||||
|
||||
def ctx(keyword='', period=''):
|
||||
def ctx2(keyword='', period=''):
|
||||
DEFAULT_HEADERS.update({'Referer': domain})
|
||||
r_url = f'{domain}' + f'/search?q={keyword}&postedAfter={period}:days'
|
||||
browser = uc.Chrome()
|
||||
|
||||
Reference in New Issue
Block a user