aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* upgrade dependenciesAlex Shnitman2023-03-25
|
* Merge pull request #235 from ForsakenRei/masterAlex2023-03-15
|\ | | | | Replace Chrome cookies extractor with get-cookiestxt-locally in README
| * Update README.mdしぐれ2023-03-13
|/ | | Replace Chrome cookies extractor with get-cookiestxt-locally
* Merge pull request #230 from georgekav2/feature/add_vorbis_opus_wavAlex2023-03-05
|\ | | | | Add support for opus and wav
| * Define the audio formats tuple in python backendgeorgekav2023-03-05
| |
| * Add support for opus and wavgeorgekav2023-03-05
| |
* | upgraded yt-dlpAutoUpdater2023-03-05
|/
* upgraded yt-dlpAutoUpdater2023-03-04
|
* Merge pull request #221 from georgekav2/feature/m4a_supportAlex2023-02-28
|\ | | | | Add m4a support and explicit audio format
| * Add missing m4a checks for audio filegeorgekav2023-02-20
| |
| * Add M4A backend support.georgekav22023-02-20
| |
| * Add M4A GUI supportgeorgekav22023-02-20
|/
* upgraded yt-dlpAutoUpdater2023-02-18
|
* Merge pull request #172 from unref/masterAlex2023-02-18
|\ | | | | Added a couple env variables
| * Merge branch 'master' into masterNikolay G2023-02-17
| |\ | |/ |/|
* | Merge pull request #219 from PikuZheng/patch-1Alex2023-02-12
|\ \ | | | | | | Fixed safari not responding to focus #192
| * | Fixed safari not responding to focus #192PikuZheng2023-02-12
|/ /
* | Merge pull request #178 from cavazzatommaso/download_to_deviceAlex2023-02-10
|\ \ | | | | | | Added download button to the ui
| * | upgrade dependenciesAlex Shnitman2023-02-10
| | |
| * | download path fixesAlex Shnitman2023-02-10
| | |
| * | Merge remote-tracking branch 'origin/master' into download_to_deviceAlex Shnitman2023-02-10
| |\ \ | |/ / |/| |
* | | upgrade dependenciesAlex Shnitman2023-02-04
| | |
* | | Fix boolean env variables (closes #213)Alex Shnitman2023-02-04
| | |
* | | Merge pull request #216 from kaytwo/masterAlex2023-02-04
|\ \ \ | | | | | | | | unique downloads of identically named videos
| * | | unique downloads of identically named videosChris Kanich2023-02-03
|/ / /
* | | upgraded yt-dlpAutoUpdater2023-01-07
| | |
* | | upgraded yt-dlpAutoUpdater2023-01-03
| | |
* | | upgrade dependenciesAlex Shnitman2022-12-24
| | |
* | | Merge pull request #207 from PikuZheng/patch-1Alex2022-12-24
|\ \ \ | | | | | | | | convert thumbnail to jpg before embed #188
| * | | convert thumbnail to jpg before embed #188PikuZheng2022-12-23
|/ / / | | | | | | https://github.com/alexta69/metube/issues/188#issuecomment-1363443747
* | | upgrade dependencies; add troubleshooting section to READMEAlex Shnitman2022-11-19
| | |
* | | upgraded yt-dlpAutoUpdater2022-11-12
| | |
* | | upgrade dependenciesAlex Shnitman2022-10-30
| | |
* | | upgraded yt-dlpAutoUpdater2022-10-05
| | |
* | | Merge pull request #177 from jwoglom/custom-download-folderAlex2022-09-30
|\ \ \ | | | | | | | | Custom download folders (fixes #129)
| * \ \ Merge branch 'master' of https://github.com/alexta69/metube into ↵Alex Shnitman2022-09-30
| |\ \ \ | |/ / / |/| | | | | | | custom-download-folder
* | | | upgraded yt-dlpAutoUpdater2022-09-02
| | | |
* | | | Merge pull request #176 from PikuZheng/patch-2Alex2022-09-01
|\ \ \ \ | | | | | | | | | | add autocomplete="off" spellcheck="false" (closes #175)
| * | | | add autocomplete="off" spellcheck="false"PikuZheng2022-08-30
| | | | | | | | | | | | | | | | | | | | #175 it's also useful on android
* | | | | Merge pull request #148 from 1RandomDev/download-thumbnailAlex2022-09-01
|\ \ \ \ \ | |/ / / / |/| | | | Added option for thumbnail only
| * | | | Set correct file extension for thumbnails1RandomDev2022-08-24
| | | | |
| * | | | Added option for thumbnail only1RandomDev2022-06-06
| | | | |
| | * | | remove CI from non-master branchAlex Shnitman2022-09-30
| | | | |
| | * | | use bindJames Woglom2022-09-19
| | | | |
| | * | | attempt to fix issue where folder is sent by frontend as {folder: "foo"} ↵James Woglom2022-09-19
| | | | | | | | | | | | | | | | | | | | instead of string
| | * | | bugfix: resolve full base directory before startswith checkJames Woglom2022-09-19
| | | | |
| | * | | temporarily enable running CI on my forked branch. revert this before mergingJames Woglom2022-09-19
| | | | |
| | * | | CREATE_DIRS -> CREATE_CUSTOM_DIRSJames Woglom2022-09-19
| | | | |
| | * | | remove unneeded stylePreprocessorOptionsJames Woglom2022-08-30
| | | | |
| | * | | Remove testing branch for CI buildsJames Woglom2022-08-30
| | | | |
bgstack15