Compare commits

...

3 Commits

Author SHA1 Message Date
Simon e0f1828d9c
Experimental Comment fix, #build
Changed:
- Changed to use custom build to fix comment extraction
- Changed ffmpeg installer using python build script
3 weeks ago
Simon f5a2e624d8
add unstable tag 3 weeks ago
Simon dc08c83da5
custom yt-dlp build 3 weeks ago

@ -269,4 +269,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.4.7"
TA_VERSION = "v0.4.8-unstable"

@ -10,4 +10,4 @@ requests==2.31.0
ryd-client==0.0.6
uWSGI==2.0.24
whitenoise==6.6.0
yt-dlp==2024.4.9
yt-dlp @ git+https://github.com/bbilly1/yt-dlp@eb9e5adcab2fc47fc1e1e7d237fc27f30277a11c

Loading…
Cancel
Save