aboutsummaryrefslogtreecommitdiff
path: root/app/dl_formats.py
Commit message (Collapse)AuthorAge
* Define the audio formats tuple in python backendgeorgekav2023-03-05
|
* Add support for opus and wavgeorgekav2023-03-05
|
* Add M4A backend support.georgekav22023-02-20
|
* convert thumbnail to jpg before embed #188PikuZheng2022-12-23
| | | https://github.com/alexta69/metube/issues/188#issuecomment-1363443747
* Added option for thumbnail only1RandomDev2022-06-06
|
* fix typo (closes #94)Alex2021-12-21
|
* always set mp3 quality (closes #93)Alex2021-12-21
|
* thumbsYour Name2021-12-01
|
* fix default format (closes #85)Alex Shnitman2021-11-27
|
* simplified format handlingAlex Shnitman2021-11-20
|
* dl_formats options are now inlineasuyou2021-11-19
|
* Changed to "any" to work like original (backend)asuyou2021-11-14
|
* Changed back to original format downloadasuyou2021-11-05
|
* Fixed "custom:" download formatasuyou2021-10-30
|
* Added quality choice based on formatasuyou2021-10-28
bgstack15