| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Before, `Video`s where colourized differently, just because the
colourization was not standardized. It now is.
|
|
Currently, the "Can't download video ..." message is directly followed
by the "Current cache size has changed ...", when a full cache was hit
before. This avoids this duplicated message, by update the cached cache
size.
|
|
|
|
This command allows adding URLs directly.
Otherwise, the process would be:
`yt subs add <URL>` -> `yt update` -> `yt subs remove <URL>`
|
|
This is the same as the `sedowa` command, with the difference that the
`dowa` command does not include the select part.
|
|
Otherwise the `sedowa` command would be `se-do-wa`
|
|
|
|
This avoids having to recompile the application to save the downloaded
info.json, and simply requires setting an environment variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video sizes
|
|
|
|
This facilitates outsourcing the mpv playlist operations and overlaying
them with an cache that provides the facility to convert for `playlist_entry_id`s
to `ExtractorHash`es even after their corresponding video has been
removed from the playlist.
|
|
|
|
|
|
hardcoded value
|
|
|
|
|
|
|
|
|
|
This makes interpreting the debug output easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids a spurious failure, when the processed dict contains values,
that can't be serialized as JSON (e.g. a LazyList).
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise the `w` alias for `watch` would conflict with `watched` and
thus not work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|