tubearchivist/tubearchivist/home
Dominik Sander 1c0b407f3f
Allow to configure yt-dlp `--format-sort` argument (#471)
* Allow to configure yt-dlp `--format-sort` argument

This exposes the [`--format-sort`][1] yt-dlp option to the user.

Implements parts of #316

[1]: https://github.com/yt-dlp/yt-dlp#sorting-formats

* Trim split values of format_sort, obey black

* Add `format_sort` to default configuration

* Add note about codec compatibility to settings page
2023-04-29 16:32:52 +07:00
..
migrations commit migrations 2023-02-02 14:19:06 +07:00
src Allow to configure yt-dlp `--format-sort` argument (#471) 2023-04-29 16:32:52 +07:00
templates/home Allow to configure yt-dlp `--format-sort` argument (#471) 2023-04-29 16:32:52 +07:00
tests testing tests 2021-10-11 16:55:47 +07:00
__init__.py moove startup functions to ready() method to avoid double execs 2021-09-27 17:45:44 +07:00
admin.py custom user models for admin login 2021-10-25 19:28:05 +07:00
apps.py remove old startup class 2023-02-02 12:46:54 +07:00
config.json Allow to configure yt-dlp `--format-sort` argument (#471) 2023-04-29 16:32:52 +07:00
models.py custom user models for admin login 2021-10-25 19:28:05 +07:00
settings.py minimal viable product 2021-09-06 00:10:14 +07:00
tasks.py fix title overwrite in notification 2023-04-10 10:25:09 +07:00
urls.py simplify view import 2023-03-20 15:23:30 +07:00
views.py add channel aggs 2023-04-15 22:55:30 +07:00