aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* Hardcode default commandsHEADtrunkWolfgang Müller10 days-4/+4
* Migrate to proper Python package layoutWolfgang Müller10 days-302/+476
* Fix description in manualWolfgang Müller10 days-2/+2
* Restructure AUTHORS section in the manualWolfgang Müller2024-11-06-3/+3
* Allow manually deleting watch_later entriesWolfgang Müller2024-11-06-2/+25
* Allow manually creating watch_later entriesWolfgang Müller2024-11-06-3/+38
* Use getopt-based parser for command-line argumentsWolfgang Müller2024-11-06-22/+87
* Avoid shadowing builtinsWolfgang Müller2024-11-06-2/+6
* Introduce small helper function for sys.exitWolfgang Müller2024-10-26-3/+7
* Don't rely on WatchLaterEntry formatting to track cache livenessJuhani Krekelä2024-10-26-3/+5
* Pass title_map explicitly when formatting WatchLaterEntryJuhani Krekelä2024-10-26-2/+2
* Persist only cache entries that are in useJuhani Krekelä2024-09-22-1/+8
* Handle a missing yt_dlp moduleWolfgang Müller2024-09-22-3/+6
* Mention write-filename-in-watch-later-config in the manualWolfgang Müller2024-09-22-1/+6
* lint: open() defaults to read-only, so use thatWolfgang Müller2024-09-21-2/+2
* Add ruff.toml with lint settingsWolfgang Müller2024-09-21-0/+14
* Simplify the .get() method on TitleMap.Juhani Krekelä2024-09-19-4/+2
* Fix typo in later.1Wolfgang Müller2024-09-19-1/+1
* Use __str__ instead of __repr__ for pretty-printing WatchLaterEntryWolfgang Müller2024-09-19-1/+1
* Improve error messagesWolfgang Müller2024-09-19-2/+2
* Handle OSErrors when writing out the title cacheWolfgang Müller2024-09-19-2/+5
* Move functionality into classesWolfgang Müller2024-09-19-57/+94
* Have entries() continue early if an entry is not a fileWolfgang Müller2024-09-19-10/+12
* Parse entries when collectingWolfgang Müller2024-09-19-12/+13
* Move YTDLPLogger to beginning of fileWolfgang Müller2024-09-19-11/+11
* Use function to determine XDG directoriesWolfgang Müller2024-09-19-7/+9
* lint: Remove newline from importsWolfgang Müller2024-09-19-1/+0
* Use os.makedirs instead of os.mkdirWolfgang Müller2024-09-19-4/+2
* Add .editorconfigWolfgang Müller2024-09-14-0/+12
* Show video titles using yt-dlpJuhani Krekelä2024-09-12-6/+104
* Change xdg_config_home to xdg_state_homeJuhani Krekelä2024-09-11-3/+3
* Initial commitWolfgang Müller2024-09-10-0/+92