index
:
later
trunk
Manage watch_later entries as saved by mpv(1)
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Hardcode default commands
HEAD
trunk
Wolfgang Müller
10 days
-4
/
+4
*
Migrate to proper Python package layout
Wolfgang Müller
10 days
-302
/
+476
*
Fix description in manual
Wolfgang Müller
10 days
-2
/
+2
*
Restructure AUTHORS section in the manual
Wolfgang Müller
2024-11-06
-3
/
+3
*
Allow manually deleting watch_later entries
Wolfgang Müller
2024-11-06
-2
/
+25
*
Allow manually creating watch_later entries
Wolfgang Müller
2024-11-06
-3
/
+38
*
Use getopt-based parser for command-line arguments
Wolfgang Müller
2024-11-06
-22
/
+87
*
Avoid shadowing builtins
Wolfgang Müller
2024-11-06
-2
/
+6
*
Introduce small helper function for sys.exit
Wolfgang Müller
2024-10-26
-3
/
+7
*
Don't rely on WatchLaterEntry formatting to track cache liveness
Juhani Krekelä
2024-10-26
-3
/
+5
*
Pass title_map explicitly when formatting WatchLaterEntry
Juhani Krekelä
2024-10-26
-2
/
+2
*
Persist only cache entries that are in use
Juhani Krekelä
2024-09-22
-1
/
+8
*
Handle a missing yt_dlp module
Wolfgang Müller
2024-09-22
-3
/
+6
*
Mention write-filename-in-watch-later-config in the manual
Wolfgang Müller
2024-09-22
-1
/
+6
*
lint: open() defaults to read-only, so use that
Wolfgang Müller
2024-09-21
-2
/
+2
*
Add ruff.toml with lint settings
Wolfgang Müller
2024-09-21
-0
/
+14
*
Simplify the .get() method on TitleMap.
Juhani Krekelä
2024-09-19
-4
/
+2
*
Fix typo in later.1
Wolfgang Müller
2024-09-19
-1
/
+1
*
Use __str__ instead of __repr__ for pretty-printing WatchLaterEntry
Wolfgang Müller
2024-09-19
-1
/
+1
*
Improve error messages
Wolfgang Müller
2024-09-19
-2
/
+2
*
Handle OSErrors when writing out the title cache
Wolfgang Müller
2024-09-19
-2
/
+5
*
Move functionality into classes
Wolfgang Müller
2024-09-19
-57
/
+94
*
Have entries() continue early if an entry is not a file
Wolfgang Müller
2024-09-19
-10
/
+12
*
Parse entries when collecting
Wolfgang Müller
2024-09-19
-12
/
+13
*
Move YTDLPLogger to beginning of file
Wolfgang Müller
2024-09-19
-11
/
+11
*
Use function to determine XDG directories
Wolfgang Müller
2024-09-19
-7
/
+9
*
lint: Remove newline from imports
Wolfgang Müller
2024-09-19
-1
/
+0
*
Use os.makedirs instead of os.mkdir
Wolfgang Müller
2024-09-19
-4
/
+2
*
Add .editorconfig
Wolfgang Müller
2024-09-14
-0
/
+12
*
Show video titles using yt-dlp
Juhani Krekelä
2024-09-12
-6
/
+104
*
Change xdg_config_home to xdg_state_home
Juhani Krekelä
2024-09-11
-3
/
+3
*
Initial commit
Wolfgang Müller
2024-09-10
-0
/
+92