You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-16Lines changed: 33 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# DownGD 2.O 🚀
1
+
# DownGD 2.0 🚀
2
2
3
3
A powerful, pixel-perfect, single-page web application to download files or folders from GitHub repositories. It supports public URLs, private repositories (via Token), and requires **no server**.
4
4
@@ -8,10 +8,11 @@ A powerful, pixel-perfect, single-page web application to download files or fold
8
8
-**Client-Side Only**: Works 100% in the browser (GitHub Pages / Vercel compatible).
9
9
-**Smart Routing**: Share links like `mysite.com/#/github.com/user/repo` to auto-start downloads.
10
10
-**Private Repo Support**: Enter a Personal Access Token (stored locally) to access private files.
11
-
-**Beautiful UI**: Smooth animations, file previews, and 2.Ogress bars.
11
+
-**Partial Downloads**: Download large repositories in steps (e.g., files 0-100) to avoid browser limits.
12
+
-**Beautiful UI**: Smooth animations, file previews, and progress bars.
12
13
-**Theming**: 8 Themes including Dracula, Cyberpunk, AMOLED, and more.
13
14
14
-
## 🔗 How to Use Samrt Links
15
+
## 🔗 How to Use Smart Links
15
16
16
17
To share a direct download link with a friend, simply add the GitHub URL after the hash (`?=`):
17
18
@@ -21,38 +22,55 @@ To share a direct download link with a friend, simply add the GitHub URL after t
3. Immediately start fetching and zipping the folder.
34
+
2. Auto-fill the input and limit fields.
35
+
3. Immediately start fetching and zipping files **50 to 150**.
28
36
29
37
## 🔑 Private Repositories
30
38
31
39
1. Generate a GitHub Token (Settings > Developer Settings > Personal Access Tokens).
32
40
2. Scopes needed: `repo` (for private) or just public access.
33
-
3. Open DownGD 2.O > Click Gear Icon (⚙️).
41
+
3. Open DownGD 2.0 > Click Gear Icon (⚙️).
34
42
4. Paste token. It is saved in your browser's LocalStorage and never sent to any 3rd party server.
35
-
Got it 👍
36
-
Below are **ONLY the two new sections** you asked for — **Script details** and **Extension details** — written to drop directly into your existing README **without changing anything else**.
37
43
38
44
---
39
-
## 🔗 Api
45
+
## 🔗 API
40
46
41
-
To embed a direct download link with in your website/page, simply use this pattern
47
+
To embed a direct download link within your website/page, simply use this pattern. The API also supports the `&st` and `&mx` parameters.
0 commit comments