aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Made theme toggleableasuyou2021-12-16
|/
* fix download link (closes #89)Alex Shnitman2021-12-15
|
* Merge pull request #88 from kleest/pr-download-linkAlex2021-12-14
|\ | | | | Add download link to downloaded file
| * 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 sass syntax for dark modeAlex Shnitman2021-12-11
|
* Merge pull request #87 from PikuZheng/patch-1 (closes #81)Alex2021-12-11
|\ | | | | add a simple dark theme with OS theme
| * add a simple dark theme with OS themePikuZheng2021-12-11
|/ | | | It will invert the color to make it look dark if your OS selects dark mode. (eg. Windows 10 Settings - Personalization - Colors - App Mode - Dark #81
* Merge pull request #86 from omeryagmurlu/masterAlex2021-12-06
|\ | | | | Try downloading metadata/thumbnails for mp3 files automatically
| * thumbsYour Name2021-12-01
|/
* upgraded yt-dlpAutoUpdater2021-12-01
|
* fix default format (closes #85)Alex Shnitman2021-11-27
|
* add a YTDL_OPTIONS exampleAlex2021-11-21
|
* Merge pull request #73 from asuyou/mp3-supportAlex2021-11-20
|\ | | | | Added simple MP3 support
| * 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
| |
* | rolled back recent upgradesAlex Shnitman2021-11-13
| |
* | temporarily added openssl legacy providerAlex Shnitman2021-11-12
| |
* | upgrade npm modulesAlex Shnitman2021-11-12
| |
* | upgraded yt-dlpAutoUpdater2021-11-11
| |
| * dl_formats options are now inlineasuyou2021-11-19
| |
| * Audio quality sorting now follows mp4asuyou2021-11-19
| |
| * Quality stays the same if it exists on next formatasuyou2021-11-19
| |
| * Changed to "any" to work like original (backend)asuyou2021-11-14
| |
| * Fixed "any" format to act like originalasuyou2021-11-13
| |
| * Changed back to original format downloadasuyou2021-11-05
| |
| * Any now shows all avaliable formatsasuyou2021-11-04
| |
| * Automatically switches to best on format changeasuyou2021-11-01
| |
| * Flipped back around sides of quality and formatasuyou2021-10-30
| |
| * Fixed "custom:" download formatasuyou2021-10-30
| |
| * Added quality choice based on formatasuyou2021-10-28
| |
| * Added simple MP3 supportasuyou2021-10-25
|/
* upgraded yt-dlpAutoUpdater2021-10-23
|
* Merge pull request #69 from nanocortex/masterAlex2021-10-15
|\ | | | | add info in README about firefox extension
| * Rewording of browser extension sections in READMEAlex Shnitman2021-10-15
| |
| * Update README.mdnanocortex2021-10-15
| |
| * Update README.mdnanocortex2021-10-15
| |
| * Update README.mdnanocortex2021-10-15
|/
* Merge pull request #68 from jasonraimondi/masterAlex2021-10-14
|\ | | | | docs: adds example of reverse proxy with Caddy
| * Rewording of the reverse proxy section of the READMEAlex Shnitman2021-10-14
| |
| * docs: adds example of reverse proxy with CaddyJason Raimondi2021-10-13
|/
* upgraded yt-dlpAutoUpdater2021-10-11
|
* upgraded yt-dlpAutoUpdater2021-10-10
|
* upgraded yt-dlpAutoUpdater2021-09-26
|
* use YTDL_OPTIONS while reading video info (closes #58)Alex Shnitman2021-09-25
|
* Merge pull request #57 from auanasgheps/patch-1Alex2021-09-20
|\ | | | | Add cookies how to
| * reword README text about cookie usageAlex Shnitman2021-09-20
| |
| * Add cookies how toOliver Cervera2021-09-20
|/ | | Add procedure to use cookies with this container
* fix: set CORS to * for socketio (#55)T. van Riel2021-09-18
|
* fix downloads from private playlistsAlex Shnitman2021-09-15
|
bgstack15