remove developer name in iOS app link

This commit is contained in:
hillerliao
2022-11-03 22:24:47 +08:00
parent 296287d11b
commit 7ce5209eba
2 changed files with 4 additions and 3 deletions

View File

@@ -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})