Skip to content

Commit c46b999

Browse files
committed
feat: add new screenshots and update documentation to reflect clip-range download feature
1 parent 125ed14 commit c46b999

10 files changed

Lines changed: 18 additions & 6 deletions

File tree

Images/ClipVideoFeat.png

85.5 KB
Loading

Images/FullScreenSS.png

270 KB
Loading

Images/PerIteamProgress.png

71.9 KB
Loading

Images/ytdlpupdater.png

32.6 KB
Loading

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Cross-platform desktop downloader for YouTube and other platforms, built with El
44

55
## Screenshots
66

7-
![StreamFetch Screenshot 1](Screenshots/Pic1%20(1).png)
8-
![StreamFetch Screenshot 2](Screenshots/Pic1%20(2).png)
7+
![StreamFetch Main Interface](Images/FullScreenSS.png)
8+
![StreamFetch Per-Item Progress](Images/PerIteamProgress.png)
9+
![StreamFetch Clip Range Feature](Images/ClipVideoFeat.png)
10+
![StreamFetch yt-dlp Updater](Images/ytdlpupdater.png)
911

1012
## Highlights
1113

@@ -158,3 +160,4 @@ Install from GitHub Releases for the easiest setup. Each tagged release includes
158160
## License
159161

160162
MIT
163+
85.5 KB
Loading
270 KB
Loading
71.9 KB
Loading
32.6 KB
Loading

docs/index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,20 @@ <h2>Compact interface with direct control over every download step</h2>
153153
</div>
154154
<div class="shot-grid">
155155
<figure class="shot-card">
156-
<img src="./assets/screenshots/streamfetch-main-ui.png" alt="Main StreamFetch interface with fetch and options panel" />
157-
<figcaption>Metadata fetch, format selection, and queue creation</figcaption>
156+
<img src="./assets/screenshots/FullScreenSS.png" alt="Full StreamFetch interface showing fetch controls, options, queue, and logs" />
157+
<figcaption>Full app workspace with fetch controls, queue, and logs</figcaption>
158158
</figure>
159159
<figure class="shot-card">
160-
<img src="./assets/screenshots/streamfetch-queue-view.png" alt="StreamFetch queue and history view with progress cards" />
161-
<figcaption>Per-item queue tracking, history, and runtime logs</figcaption>
160+
<img src="./assets/screenshots/PerIteamProgress.png" alt="Per-item download cards with progress, speed, ETA, and status" />
161+
<figcaption>Per-item queue progress with speed, ETA, and status</figcaption>
162+
</figure>
163+
<figure class="shot-card">
164+
<img src="./assets/screenshots/ClipVideoFeat.png" alt="Clip range download settings with start and end timestamp inputs" />
165+
<figcaption>Clip-range download controls for partial video extraction</figcaption>
166+
</figure>
167+
<figure class="shot-card">
168+
<img src="./assets/screenshots/ytdlpupdater.png" alt="Built-in yt-dlp updater dialog inside StreamFetch" />
169+
<figcaption>Built-in yt-dlp updater to keep extraction current</figcaption>
162170
</figure>
163171
</div>
164172
</section>
@@ -199,3 +207,4 @@ <h2>Get Started with StreamFetch</h2>
199207
</script>
200208
</body>
201209
</html>
210+

0 commit comments

Comments
 (0)