Add download video and save playlist support.

This commit is contained in:
wei
2026-08-25 17:46:48 +08:00
parent eadc5c6267
commit 04e03c132d
19 changed files with 2514 additions and 1386 deletions
+5
View File
@@ -0,0 +1,5 @@
from pathlib import Path
VERSION = "0.0.3"
YT_PLAYLISTS_URL = "https://www.youtube.com/feed/playlists"
PROGRAM_DIR = Path(__file__).parent