mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-22 07:26:48 +00:00
remove developer name in iOS app link
This commit is contained in:
@@ -19,7 +19,6 @@ def parse(post):
|
||||
|
||||
|
||||
def ctx(category='', type=''):
|
||||
# category = unquote(category, encoding='utf-8')
|
||||
category1 = category.encode("utf-8").decode("latin-1")
|
||||
referer = f'{domain}/search/c=0/k={category1}/t={type}'
|
||||
DEFAULT_HEADERS.update({'Referer': referer})
|
||||
|
||||
Reference in New Issue
Block a user