Skip to content

Commit 6efd8c0

Browse files
committed
tag1.0.1
1 parent ffdbf7a commit 6efd8c0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

001-Downloader/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ MANIFEST
3131
# Usually these files are written by a python script from a template
3232
# before PyInstaller builds the exe, so as to inject date/other infos into it.
3333
*.manifest
34-
*.spec
3534

3635
# Installer logs
3736
pip-log.txt

001-Downloader/installer-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
pyinstaller -F -i res/logo.ico main.spec -w main.py \
3+
pyinstaller -F -i res/logo.ico main.spec main.py -w \
44
-p type_enum.py \
55
-p ui.py \
66
-p utils.py \

001-Downloader/kuaishou/ks_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ def post_single_trendingId(self, url, Cookie, trendingId, area):
158158
'Sec-Fetch-Mode': 'cors',
159159
'Sec-Fetch-Dest': 'empty',
160160
'Referer': url.encode(encoding='utf-8'),
161-
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',
162-
'Cookie': Cookie,
161+
'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6'
162+
# 'Cookie': Cookie,
163163
}
164164
requests.packages.urllib3.disable_warnings()
165165
r = requests.post('https://www.kuaishou.com/graphql', data=json.dumps(data), headers=headers)

002-V2rayPool/002-V2rayPool.iml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="PYTHON_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="inheritedJdk" />
7+
<orderEntry type="sourceFolder" forTests="false" />
8+
</component>
9+
</module>

0 commit comments

Comments
 (0)