aboutsummaryrefslogtreecommitdiff
path: root/app/main.py
Commit message (Collapse)AuthorAge
* reworked persistent queuesAlex Shnitman2022-01-25
|
* Added Env-Var for State-DirectoryErazor22022-01-17
|
* Queue persistence for download and completedErazor22022-01-15
|
* Add download link to downloaded fileSteffen Klee2021-12-13
| | | | | | | | | This adds a simple download link that points to the downloaded file. Note: This makes all files in the download directory (and its sub-directory) available to any user. Closes gh-26
* 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