Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1d2e2c5
feat: add --cookies-from-browser support
ihorman Jul 8, 2026
d05dcde
feat: add Login with Browser dialog and profile verification
ihorman Jul 8, 2026
1b82c38
fix: capture browser selection before dialog destroy
ihorman Jul 8, 2026
99d9cbf
fix: use Worker return value for profile status, not main thread object
ihorman Jul 8, 2026
92f73f0
fix: simplify login message, add --yt-subs CLI flag
ihorman Jul 8, 2026
87ba570
chore: remove accidental cookie file, add to gitignore
ihorman Jul 8, 2026
d7da119
feat: add YouTube History, Trending menus; fix constructor; fix trend…
ihorman Jul 8, 2026
70ee09d
fix: eager cookie loading at construction time
ihorman Jul 8, 2026
4e49b36
feat: YouTube Trending and History now work via scraping
ihorman Jul 8, 2026
50ca41f
feat: add YouTube Shorts menu item
ihorman Jul 9, 2026
e0e08eb
feat: YouTube Shorts with auto-play
ihorman Jul 9, 2026
06e44df
fix: Subscription videos menu uses YouTube feed when logged in
ihorman Jul 9, 2026
5ddd903
fix: show helpful message when clicking Subscriptions without login
ihorman Jul 9, 2026
5ecc64e
feat: auto-launch browser if not running during Login
ihorman Jul 9, 2026
3f06c49
feat: YouTube Playlists support
ihorman Jul 9, 2026
d9726ee
fix: YouTube Shorts now fetches actual Shorts, not random short videos
ihorman Jul 9, 2026
075c927
fix: use format_secondary_text for multi-line error dialog
ihorman Jul 9, 2026
12550fc
fix: extract Shorts from subscription feed, clean title extraction
ihorman Jul 9, 2026
2892cb8
refactor: move YouTube items into YouTube submenu
ihorman Jul 9, 2026
4542763
feat: Shorts keyboard navigation with Up/Down arrows
ihorman Jul 9, 2026
e0db13a
fix: rename to Profile menu, fix all eval/return bugs, add lockupView…
ihorman Jul 9, 2026
498f5fd
feat: open YouTube login page on browser launch, clear login errors
ihorman Jul 9, 2026
febf8d2
fix: legacy SAPISID cookies, _find_cookie_file fallback, NA warning
ihorman Jul 9, 2026
aad35d0
feat: proper error handling for expired YouTube sessions
ihorman Jul 9, 2026
05f7959
fix: open YouTube login page even when browser is already running
ihorman Jul 9, 2026
99c1072
chore: remove test files from PR
ihorman Jul 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ inc/
/MANIFEST.bak
/pm_to_blib
/*.zip
cookies_from_chromium.txt
Loading