diff --git a/tubearchivist/config/settings.py b/tubearchivist/config/settings.py index e200b8b4..8c222cab 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -263,4 +263,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.3.2" +TA_VERSION = "v0.3.3-unstable" diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 4d5bbf5f..35ed3d91 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -90,7 +90,7 @@ {% else %} {{ video.source.channel_name }} {% endif %} -
Published: {{ video.source.published }} | Duration: {{ video.source.duration }} | {{ video.source.youtube_id }}