[PR #472] [MERGED] added an option for tiktok h265 videos, majorly cleaned up frontend #12995

Closed
opened 2026-05-12 17:25:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/472
Author: @wukko
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @wukko

Base: currentHead: tiktok-h265


📝 Commits (6)

  • 8f5eec0 added an option for tiktok h265 videos, majorly cleaned up frontend
  • 9fae8f0 front/cobalt.js: fixes based on review
  • 0ca393e docs/api: add tiktokH265 and remove vimeoDash
  • 9b0d968 cobalt: use test instead of match in pasteClipboard
  • 511ad07 front/cobalt.js: actually extract the url from clipboard
  • c1079c5 localization: update russian description for tiktok h265

📊 Changes

10 files changed (+389 additions, -377 deletions)

View changed files

📝 docs/api.md (+1 -1)
📝 src/config.json (+0 -3)
📝 src/front/cobalt.js (+312 -305)
📝 src/localization/languages/en.json (+6 -8)
📝 src/localization/languages/ru.json (+5 -7)
📝 src/modules/pageRender/page.js (+48 -44)
📝 src/modules/processing/match.js (+3 -3)
📝 src/modules/processing/services/tiktok.js (+2 -2)
📝 src/modules/processing/services/vimeo.js (+1 -1)
📝 src/modules/sub/utils.js (+11 -3)

📄 Description

  • cleaned up cobalt.js (by a lot)
  • removed notification dot
  • removed settings migration
  • removed vimeoDash
  • turned youtube track language switcher into a toggle
  • added clarification as to what youtube dub does
  • updated defaults to match with backend
  • now matching a url from any string at any place

closes #364 & #146


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/472 **Author:** [@wukko](https://github.com/wukko) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `tiktok-h265` --- ### 📝 Commits (6) - [`8f5eec0`](https://github.com/imputnet/cobalt/commit/8f5eec0b5d463c564478149762886857634a57f0) added an option for tiktok h265 videos, majorly cleaned up frontend - [`9fae8f0`](https://github.com/imputnet/cobalt/commit/9fae8f03ffc79eb3b11584f926ae47fe7c79e854) front/cobalt.js: fixes based on review - [`0ca393e`](https://github.com/imputnet/cobalt/commit/0ca393e8ec6532afab3d6960c3be41d26f9a85a0) docs/api: add tiktokH265 and remove vimeoDash - [`9b0d968`](https://github.com/imputnet/cobalt/commit/9b0d968ccaf7eecec7624e7291a898527241d14d) cobalt: use test instead of match in pasteClipboard - [`511ad07`](https://github.com/imputnet/cobalt/commit/511ad07d2f1d13f417271a3e66a213aa6fd9c1b1) front/cobalt.js: actually extract the url from clipboard - [`c1079c5`](https://github.com/imputnet/cobalt/commit/c1079c544df27eafb90b0acfbeec233bd5057992) localization: update russian description for tiktok h265 ### 📊 Changes **10 files changed** (+389 additions, -377 deletions) <details> <summary>View changed files</summary> 📝 `docs/api.md` (+1 -1) 📝 `src/config.json` (+0 -3) 📝 `src/front/cobalt.js` (+312 -305) 📝 `src/localization/languages/en.json` (+6 -8) 📝 `src/localization/languages/ru.json` (+5 -7) 📝 `src/modules/pageRender/page.js` (+48 -44) 📝 `src/modules/processing/match.js` (+3 -3) 📝 `src/modules/processing/services/tiktok.js` (+2 -2) 📝 `src/modules/processing/services/vimeo.js` (+1 -1) 📝 `src/modules/sub/utils.js` (+11 -3) </details> ### 📄 Description - cleaned up cobalt.js (by a lot) - removed notification dot - removed settings migration - removed vimeoDash - turned youtube track language switcher into a toggle - added clarification as to what youtube dub does - updated defaults to match with backend - now matching a url from any string at any place closes #364 & #146 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 17:25:58 -05:00
Sign in to join this conversation.