aboutsummaryrefslogtreecommitdiff
path: root/app/main.py
Commit message (Collapse)AuthorAge
* fix: set CORS to * for socketio (#55)T. van Riel2021-09-18
|
* allow selecting MP4 in the GUIAlex Shnitman2021-09-13
|
* add support for youtube-dl options (closes #33, #34)Alex Shnitman2021-08-28
|
* switched to the yt-dlp fork of youtube-dl (closes #41)Alex Shnitman2021-08-17
|
* set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden ↵Alex Shnitman2021-07-25
| | | | in the environment
* Add AUDIO_DOWNLOAD_DIR optionÖmer Erdinç Yağmurlu2021-07-25
|
* environment variable to customize output file namesAlfred Toth2021-05-18
|
* Add support of CORS rulesRpsl2021-01-26
|
* add quality selectionAlex2019-12-13
|
* fix broken PREFIX_URL featureAlex2019-12-06
|
* add configurable URL prefixAlex2019-12-03
|
* add "completed" panelAlex2019-12-03
|
* add faviconAlex2019-11-29
|
* initial commit: working versionAlex2019-11-29
bgstack15