aboutsummaryrefslogtreecommitdiff
path: root/app/ytdl.py
Commit message (Collapse)AuthorAge
* Added sorting by TimestampErazor22022-01-21
|
* Added Env-Var for State-DirectoryErazor22022-01-17
|
* Queue persistence for download and completedErazor22022-01-15
|
* fix url_transparent handling (closes #95)Alex Shnitman2021-12-22
|
* fix download link (closes #89)Alex Shnitman2021-12-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
* simplified format handlingAlex Shnitman2021-11-20
|
* Merge branch 'master' of https://github.com/alexta69/metube into mp3-supportAlex Shnitman2021-11-20
|\
| * fix breakage after upgradeAlex Shnitman2021-11-13
| |
* | Added quality choice based on formatasuyou2021-10-28
| |
* | Added simple MP3 supportasuyou2021-10-25
|/
* use YTDL_OPTIONS while reading video info (closes #58)Alex Shnitman2021-09-25
|
* fix downloads from private playlistsAlex Shnitman2021-09-15
|
* allow selecting MP4 in the GUIAlex Shnitman2021-09-13
|
* add support for youtube-dl options (closes #33, #34)Alex Shnitman2021-08-28
|
* allow all video formats, and merge into mp4Alex Shnitman2021-08-27
|
* prefer mp4 formatAlex Shnitman2021-08-19
|
* switched to the yt-dlp fork of youtube-dl (closes #41)Alex Shnitman2021-08-17
|
* Added retry button for failed downloadRpsl2021-07-29
|
* Add AUDIO_DOWNLOAD_DIR optionÖmer Erdinç Yağmurlu2021-07-25
|
* environment variable to customize output file namesAlfred Toth2021-05-18
|
* add audio-only download (closes #20)Alex Shnitman2021-03-04
|
* add 1440p quality (closes #11)ashnitman2021-01-12
|
* allow custom video formats in backendashnitman2021-01-07
|
* update playlist suppot with "url_transparent" entry typeashnitman2020-12-06
|
* add quality selectionAlex2019-12-13
|
* recursive add (download entire channels)Alex2019-12-13
|
* fixed potential raceAlex2019-12-07
|
* improved error handlingAlex2019-12-06
|
* add "completed" panelAlex2019-12-03
|
* initial commit: working versionAlex2019-11-29
bgstack15