| Commit message (Collapse) | Author |
|
|
|
|
|
correct name
|
|
This keeps the jsons, which we internally parse, shorter.
|
|
|
|
Previously, we just ignored it.
|
|
These are already returned as `PythonError`s and thus often printed
twice. As such, removing the python print gives the consumer more
liberty of how to handle the error.
|
|
|
|
|
|
|
|
|
|
|
|
The file extension should not be relevant for a user.
|
|
|
|
|
|
There are too many possible extractors to mandate hard-coding them in a
enumeration.
|
|
|
|
Currently, the wildly changing estimate numbers are not differentiated
from the valid numbers.
|
|
|
|
|
|
Otherwise, the hook would simply cancel the already printed line.
|
|
This still is sort of weird, because the total byte size changes whilst
downloading, but it is still immensely better than just putting a `0`
there.
|
|
The tests are just not in an ideal state right now. Running them via
`cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
|
|
|
|
|
|
This avoids having to recompile the application to save the downloaded
info.json, and simply requires setting an environment variable.
|
|
|
|
|
|
video sizes
|
|
|
|
This makes interpreting the debug output easier.
|
|
|