diff --git a/README.md b/README.md index d16c00da..c4b75942 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Contributions in any other form are also welcomed. - [Hyperpipe](https://codeberg.org/Hyperpipe/Hyperpipe) - an alternative privacy respecting frontend for YouTube Music. - [Musicale](https://github.com/Bellisario/musicale) - an alternative to YouTube Music, with style. - [ytify](https://github.com/n-ce/ytify) - a complementary minimal audio streaming frontend for YouTube. +- [PsTube](https://github.com/prateekmedia/pstube) - Watch and download videos without ads ## YourKit diff --git a/docker/nginx.conf b/docker/nginx.conf index 59ee3c26..3b7ef86b 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -2,6 +2,7 @@ server { listen 80; listen [::]:80; server_name localhost; + error_log off; location / { root /usr/share/nginx/html; diff --git a/index.html b/index.html index 9e6ff884..abc042ea 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ Piped + diff --git a/package.json b/package.json index 7e306ea0..5a348c57 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "@fortawesome/free-solid-svg-icons": "6.3.0", "@fortawesome/vue-fontawesome": "3.0.3", "buffer": "6.0.3", - "dompurify": "3.0.0", + "dompurify": "3.0.1", "hotkeys-js": "3.10.1", "javascript-time-ago": "2.5.9", "mux.js": "6.3.0", - "shaka-player": "4.3.4", + "shaka-player": "4.3.5", "stream-browserify": "3.0.0", "vue": "3.2.47", "vue-i18n": "9.2.2", @@ -26,22 +26,22 @@ "xml-js": "1.6.11" }, "devDependencies": { - "@iconify/json": "2.2.27", + "@iconify/json": "2.2.35", "@intlify/vite-plugin-vue-i18n": "6.0.3", - "@unocss/preset-icons": "0.50.0", - "@unocss/preset-web-fonts": "0.50.0", - "@unocss/transformer-directives": "0.50.0", - "@unocss/transformer-variant-group": "0.50.0", - "@vitejs/plugin-legacy": "4.0.1", - "@vitejs/plugin-vue": "4.0.0", + "@unocss/preset-icons": "0.50.6", + "@unocss/preset-web-fonts": "0.50.6", + "@unocss/transformer-directives": "0.50.6", + "@unocss/transformer-variant-group": "0.50.6", + "@vitejs/plugin-legacy": "4.0.2", + "@vitejs/plugin-vue": "4.1.0", "@vue/compiler-sfc": "3.2.47", - "eslint": "8.34.0", - "eslint-config-prettier": "8.6.0", + "eslint": "8.36.0", + "eslint-config-prettier": "8.7.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-vue": "9.9.0", "prettier": "2.8.4", - "unocss": "0.50.0", - "vite": "4.1.4", + "unocss": "0.50.6", + "vite": "4.2.0", "vite-plugin-eslint": "1.8.1", "vite-plugin-pwa": "0.14.4" }, diff --git a/src/App.vue b/src/App.vue index b59c4442..f2a5eafe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,13 @@