aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* 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