AI/AI-video/ai-video.md
... ...
@@ -23,5 +23,18 @@ Application scenarios
23 23
- Content creators: quickly convert videos/live content into articles
24 24
- Knowledge managers: automatically organize video notes and learning points
25 25
- Social media operations: batch generate high-quality Xiaohongshu notes
26
--
27
-https://github.com/whotto/Video_note_generator
... ...
\ No newline at end of file
0
+
1
+https://github.com/whotto/Video_note_generator
2
+
3
+ git clone [email protected]:whotto/Video_note_generator.git
4
+
5
+ pip install -r requirements.txt
6
+
7
+ cp .env.example .env
8
+
9
+- [[openrouter]] - [[unsplash]]
10
+
11
+注意:以下环境变量未设置:
12
+ - UNSPLASH_REDIRECT_URI (用于Unsplash回调)
13
+
14
+python video_note_generator.py urls.txt
... ...
\ No newline at end of file
net/web/2025-01-10-01-23-56.png
... ...
Binary files /dev/null and b/net/web/2025-01-10-01-23-56.png differ
net/web/web-dl.md
... ...
@@ -0,0 +1,19 @@
1
+
2
+# web-dl.md
3
+
4
+
5
+## monolith
6
+
7
+I found a tool called monolith that can package a web page into a separate html file and download it with just one command line. It supports multiple installation methods and can run well locally. Compared with the browser version, which directly saves multiple files and depends on network loading, it is much better. I tried it and the experience is very good.
8
+
9
+https://github.com/Y2Z/monolith
10
+
11
+winget install --id=Y2Z.Monolith -e
12
+
13
+monolith https://lyrics.github.io/db/P/Portishead/Dummy/Roads/ -o portishead-roads-lyrics.html
14
+
15
+![](2025-01-10-01-23-56.png)
16
+
17
+not working for twitter:dynamic
18
+
19
+ monolith https://x.com/dh_xkt/status/1770534130201342354 -o test.html
... ...
\ No newline at end of file