Skip to content

Commit f1fb2eb

Browse files
committed
Version 1.0
1 parent 97ba24e commit f1fb2eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+660
-608
lines changed

.DS_Store

8 KB
Binary file not shown.

BBDown.exe

17.1 MB
Binary file not shown.

CHANGELOG.md

+6

LinkDown/.DS_Store

6 KB
Binary file not shown.

LinkDown/BBDown.exe

-5.09 MB
Binary file not shown.

LinkDown/LICENSE.txt

+639-587
Large diffs are not rendered by default.

LinkDown/_asyncio.pyd

7.41 KB
Binary file not shown.

LinkDown/_bz2.pyd

1.91 KB
Binary file not shown.

LinkDown/_ctypes.pyd

1.91 KB
Binary file not shown.

LinkDown/_decimal.pyd

5.41 KB
Binary file not shown.

LinkDown/_elementtree.pyd

6.4 KB
Binary file not shown.

LinkDown/_hashlib.pyd

2.41 KB
Binary file not shown.

LinkDown/_lzma.pyd

2.41 KB
Binary file not shown.

LinkDown/_msi.pyd

1.91 KB
Binary file not shown.

LinkDown/_multiprocessing.pyd

2.4 KB
Binary file not shown.

LinkDown/_overlapped.pyd

6.41 KB
Binary file not shown.

LinkDown/_queue.pyd

1.41 KB
Binary file not shown.

LinkDown/_socket.pyd

5.4 KB
Binary file not shown.

LinkDown/_sqlite3.pyd

6.41 KB
Binary file not shown.

LinkDown/_ssl.pyd

18.9 KB
Binary file not shown.

LinkDown/_uuid.pyd

1.9 KB
Binary file not shown.

LinkDown/_wmi.pyd

36.8 KB
Binary file not shown.

LinkDown/_zoneinfo.pyd

4.91 KB
Binary file not shown.

LinkDown/libcrypto-1_1.dll

-3.28 MB
Binary file not shown.

LinkDown/libcrypto-3.dll

4.95 MB
Binary file not shown.

LinkDown/libffi-8.dll

1.43 KB
Binary file not shown.

LinkDown/libssl-1_1.dll

-686 KB
Binary file not shown.

LinkDown/libssl-3.dll

769 KB
Binary file not shown.

LinkDown/pyexpat.pyd

3.9 KB
Binary file not shown.

LinkDown/python.cat

-49.3 KB
Binary file not shown.

LinkDown/python.exe

1.91 KB
Binary file not shown.

LinkDown/python3.dll

2.41 KB
Binary file not shown.

LinkDown/python311.dll

-5.49 MB
Binary file not shown.

LinkDown/python311.zip

-4.06 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
python311.zip
2-
.
3-
4-
# Uncomment to run site.main() automatically
5-
#import site
1+
python312.zip
2+
.
3+
4+
# Uncomment to run site.main() automatically
5+
#import site

LinkDown/python312.dll

6.61 MB
Binary file not shown.

LinkDown/python312.zip

3.65 MB
Binary file not shown.

LinkDown/pythonw.exe

1.91 KB
Binary file not shown.

LinkDown/select.pyd

1.9 KB
Binary file not shown.

LinkDown/sqlite3.dll

71.4 KB
Binary file not shown.

LinkDown/unicodedata.pyd

-1.09 KB
Binary file not shown.

LinkDown/vcruntime140.dll

9.57 KB
Binary file not shown.

LinkDown/vcruntime140_1.dll

40 Bytes
Binary file not shown.

LinkDown/winsound.pyd

928 Bytes
Binary file not shown.

LinkDown/yt-dlp.exe

4.71 MB
Binary file not shown.

LinkDown_Wizard.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "LinkDown"
5-
#define MyAppVersion "0.2"
5+
#define MyAppVersion "1.0"
66
#define MyAppPublisher "LinkScape"
77

88
[Setup]

README.md

+2-4

README_CN.md

+3-5

REFERENCE.md

+2-4

webext-chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "LinkDown for Browsers",
44
"description": "LinkDown's Add-on for browsers, download the favourite videos you like within a click!",
5-
"version": "0.2",
5+
"version": "1.0",
66
"icons": {
77
"48": "icons/icon48.png",
88
"96": "icons/icon96.png"

webext-firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "LinkDown for Browsers",
44
"description": "LinkDown's Add-on for browsers, download the favourite videos you like within a click!",
5-
"version": "0.2",
5+
"version": "1.0",
66
"icons": {
77
"48": "icons/icon48.png",
88
"96": "icons/icon96.png"

0 commit comments

Comments
 (0)