Skip to content

Commit ff1e19a

Browse files
authored
Merge pull request #15 from Shripad735/clip-studio-turbo-mode
Refresh docs for clipboard watcher and Turbo mode updates
2 parents e9a5189 + 4a6e435 commit ff1e19a

1 file changed

Lines changed: 28 additions & 19 deletions

File tree

docs/index.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>StreamFetch | Fast Desktop Video Downloader (Windows / macOS / Linux)</title>
77
<meta
88
name="description"
9-
content="StreamFetch is a fast cross-platform desktop video downloader with queue controls, Visual Clip Studio, Turbo Mode fragment acceleration, smart retries, format selection, and built-in yt-dlp updates. Release artifacts are available for Windows, macOS, and Linux."
9+
content="StreamFetch is a fast cross-platform desktop video downloader with queue controls, Smart Clipboard Watcher, Visual Clip Studio, refined Turbo Mode acceleration, smart retries, format selection, and built-in yt-dlp updates. Release artifacts are available for Windows, macOS, and Linux."
1010
/>
1111
<link rel="preconnect" href="https://fonts.googleapis.com" />
1212
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -42,8 +42,8 @@
4242
<h1>Fetch, queue, and download videos faster with desktop-level control.</h1>
4343
<p class="hero-text">
4444
StreamFetch combines Electron, React, and yt-dlp into a focused desktop app for reliable video and audio
45-
downloads, including Visual Clip Studio for precise trimming, manual Turbo Mode acceleration, and guided
46-
auth recovery when links need retries.
45+
downloads, including Smart Clipboard Watcher for instant URL pickup, Visual Clip Studio for precise
46+
trimming, a cleaner Turbo Mode acceleration panel, and guided auth recovery when links need retries.
4747
</p>
4848
<div class="hero-actions">
4949
<a class="btn btn-primary" href="https://github.com/Shripad735/streamfetch/releases/latest" target="_blank" rel="noreferrer">
@@ -55,9 +55,10 @@ <h1>Fetch, queue, and download videos faster with desktop-level control.</h1>
5555
</div>
5656
<ul class="hero-points">
5757
<li>Queue-based workflow with per-item progress</li>
58+
<li>Smart Clipboard Watcher with one-click Fetch prompt for copied YouTube links</li>
5859
<li>Visual Clip Studio with draggable start/end handles</li>
5960
<li>Pause, resume, cancel, and retry controls</li>
60-
<li>Turbo Mode with concurrent fragments on compatible streams</li>
61+
<li>Structured Turbo Mode controls with fragment-count tuning on compatible streams</li>
6162
</ul>
6263
</div>
6364
<aside class="hero-panel" aria-label="Product highlights">
@@ -66,6 +67,10 @@ <h2>Why StreamFetch</h2>
6667
<span class="metric-title">Formats</span>
6768
<span class="metric-value">Video MP4 + Audio MP3 + advanced format IDs</span>
6869
</div>
70+
<div class="metric">
71+
<span class="metric-title">Clipboard Flow</span>
72+
<span class="metric-value">Detect copied YouTube links and launch metadata fetch from an in-app toast</span>
73+
</div>
6974
<div class="metric">
7075
<span class="metric-title">Precision</span>
7176
<span class="metric-value">Visual Clip Studio plus exact start/end time fallback inputs</span>
@@ -80,7 +85,7 @@ <h2>Why StreamFetch</h2>
8085
</div>
8186
<div class="metric">
8287
<span class="metric-title">Acceleration</span>
83-
<span class="metric-value">Manual Turbo Mode with fragment-count control for compatible streams</span>
88+
<span class="metric-value">Refined Turbo Mode with clear on/off state, fixed fragment selector, and status feedback</span>
8489
</div>
8590
</aside>
8691
</section>
@@ -100,26 +105,30 @@ <h3>Playlist Controls</h3>
100105
<p>Target full playlists or narrow ranges with include and exclude style controls.</p>
101106
</article> -->
102107
<article class="feature-card" style="--order: 2;">
108+
<h3>Smart Clipboard Watcher</h3>
109+
<p>Catch copied YouTube links while the app is visible and trigger metadata fetch from an in-app action toast.</p>
110+
</article>
111+
<article class="feature-card" style="--order: 3;">
103112
<h3>Visual Clip Studio</h3>
104113
<p>Trim single videos with draggable start/end handles, a cleaner preview, and exact time inputs when needed.</p>
105114
</article>
106-
<article class="feature-card" style="--order: 3;">
115+
<article class="feature-card" style="--order: 4;">
107116
<h3>Advanced Format Picker</h3>
108117
<p>Pick exact format IDs when auto mode is not enough for your target output.</p>
109118
</article>
110-
<article class="feature-card" style="--order: 4;">
119+
<article class="feature-card" style="--order: 5;">
111120
<h3>Auth Recovery Flow</h3>
112121
<p>Fallback from browser cookies to `cookies.txt` import when extraction is blocked.</p>
113122
</article>
114-
<article class="feature-card" style="--order: 5;">
115-
<h3>Turbo Mode</h3>
116-
<p>Turn on concurrent fragment downloading and choose a fragment count when compatible sources can benefit.</p>
123+
<article class="feature-card" style="--order: 6;">
124+
<h3>Turbo Mode Controls</h3>
125+
<p>Use the redesigned acceleration module to switch Turbo cleanly, tune fragment count, and read status at a glance.</p>
117126
</article>
118127
<!-- <article class="feature-card" style="--order: 5;">
119128
<h3>Speed Limits</h3>
120129
<p>Apply global and per-download bandwidth caps with human-readable limits.</p>
121130
</article> -->
122-
<article class="feature-card" style="--order: 6;">
131+
<article class="feature-card" style="--order: 7;">
123132
<h3>Update Awareness</h3>
124133
<p>Detect both app and yt-dlp updates so your downloader stays current.</p>
125134
</article>
@@ -134,8 +143,8 @@ <h2>From URL to completed file in a few predictable steps</h2>
134143
<ol class="step-grid">
135144
<li>
136145
<span class="step-num">01</span>
137-
<h3>Paste URL + Fetch</h3>
138-
<p>Load metadata and available streams directly from yt-dlp extraction.</p>
146+
<h3>Paste or Copy URL</h3>
147+
<p>Paste a link manually or let Smart Clipboard Watcher surface a copied YouTube URL with a one-click Fetch action.</p>
139148
</li>
140149
<li>
141150
<span class="step-num">02</span>
@@ -145,7 +154,7 @@ <h3>Select Output</h3>
145154
<li>
146155
<span class="step-num">03</span>
147156
<h3>Queue + Accelerate</h3>
148-
<p>Add items to queue, optionally enable Turbo Mode fragment acceleration, and monitor status, speed, ETA, and logs.</p>
157+
<p>Add items to queue, optionally enable Turbo Mode from the structured acceleration panel, and monitor status, speed, ETA, and logs.</p>
149158
</li>
150159
<li>
151160
<span class="step-num">04</span>
@@ -158,24 +167,24 @@ <h3>Recover if Needed</h3>
158167
<section class="section" id="screenshots">
159168
<div class="section-head">
160169
<p class="eyebrow">App Screens</p>
161-
<h2>Compact interface with direct control over every download step</h2>
170+
<h2>Compact interface with direct control over fetching, acceleration, and recovery</h2>
162171
</div>
163172
<div class="shot-grid">
164173
<figure class="shot-card">
165174
<img src="./assets/screenshots/FullScreenSS.png" alt="StreamFetch interface showing fetch controls, options, queue, and logs" />
166-
<figcaption>Full app workspace with fetch controls, queue, and logs</figcaption>
175+
<figcaption>Full app workspace with fetch controls, inline preferences, queue, and logs</figcaption>
167176
</figure>
168177
<figure class="shot-card">
169178
<img src="./assets/screenshots/PerIteamProgress.png" alt="Per-item download cards with progress, speed, ETA, and status" />
170-
<figcaption>Per-item queue progress with speed, ETA, and status</figcaption>
179+
<figcaption>Per-item queue progress with speed, ETA, status, and recovery controls</figcaption>
171180
</figure>
172181
<figure class="shot-card">
173182
<img src="./assets/screenshots/ClipVideoFeat.png" alt="Clip range download settings with start and end timestamp inputs" />
174183
<figcaption>Clip Studio workflow for precise partial-video extraction</figcaption>
175184
</figure>
176185
<figure class="shot-card">
177186
<img src="./assets/screenshots/ytdlpupdater.png" alt="Built-in yt-dlp updater dialog inside StreamFetch" />
178-
<figcaption>Built-in yt-dlp updater to keep extraction current</figcaption>
187+
<figcaption>Built-in maintenance tools to keep extraction current</figcaption>
179188
</figure>
180189
</div>
181190
</section>
@@ -195,7 +204,7 @@ <h2>Desktop convenience without dropping core Electron safeguards</h2>
195204

196205
<section class="section cta">
197206
<h2>Get Started with StreamFetch</h2>
198-
<p>Grab the latest setup/build from GitHub Releases (Windows setup, Linux AppImage, macOS DMG) and queue your first download in under a minute.</p>
207+
<p>Grab the latest setup/build from GitHub Releases (Windows setup, Linux AppImage, macOS DMG) and start fetching from pasted or copied links in under a minute.</p>
199208
<div class="hero-actions">
200209
<a class="btn btn-primary" href="https://github.com/Shripad735/streamfetch/releases/latest" target="_blank" rel="noreferrer">
201210
Get Latest Build

0 commit comments

Comments
 (0)