[PR #538] [CLOSED] videoclip.bg support #1193

Closed
opened 2025-11-09 10:07:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/538
Author: @ihatespawn
Created: 6/2/2024
Status: Closed

Base: mainHead: support/videoclip


📝 Commits (10+)

  • 6a78687 add: videoclip not working support
  • f39ae7b fix: match.js
  • 924f97e stop deepsource from complaining
  • 8a29c0e add: www.
  • 83dfb7b remove: accidental b
  • d6abe3a fix: videoclip's alias in servicesConfig.json
  • 661bf51 add: www. (again)
  • ef52bb0 at least i fixed the internal system error
  • f2b32cc remove: www.
  • a9ef237 Merge branch 'current' into support/videoclip

📊 Changes

5 files changed (+55 additions, -2 deletions)

View changed files

📝 src/modules/processing/match.js (+6 -0)
📝 src/modules/processing/matchActionDecider.js (+7 -0)
src/modules/processing/services/videoclip.js (+32 -0)
📝 src/modules/processing/servicesConfig.json (+7 -1)
📝 src/modules/processing/servicesPatternTesters.js (+3 -1)

📄 Description

closes #468

current issues:


🔄 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/538 **Author:** [@ihatespawn](https://github.com/ihatespawn) **Created:** 6/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `support/videoclip` --- ### 📝 Commits (10+) - [`6a78687`](https://github.com/imputnet/cobalt/commit/6a78687a294590de2b91cfccdf5c1301a1514ecf) add: videoclip not working support - [`f39ae7b`](https://github.com/imputnet/cobalt/commit/f39ae7bcec28155439cb9de6fe5641edc205a266) fix: match.js - [`924f97e`](https://github.com/imputnet/cobalt/commit/924f97eccb0b22c34b7dcc05f92f844f8382a51b) stop deepsource from complaining - [`8a29c0e`](https://github.com/imputnet/cobalt/commit/8a29c0ec7b85905199ccb05ba11393ea9e393286) add: www. - [`83dfb7b`](https://github.com/imputnet/cobalt/commit/83dfb7b2c767974bf570c9efefdccd7bd2af3768) remove: accidental `b` - [`d6abe3a`](https://github.com/imputnet/cobalt/commit/d6abe3a6804a57aebdcc57e2c8ab22c888842615) fix: videoclip's alias in servicesConfig.json - [`661bf51`](https://github.com/imputnet/cobalt/commit/661bf5111160bce9f80038095559b328755c807e) add: www. (again) - [`ef52bb0`](https://github.com/imputnet/cobalt/commit/ef52bb023bfa8aa1c098726c36eef5513a2d847a) at least i fixed the internal system error - [`f2b32cc`](https://github.com/imputnet/cobalt/commit/f2b32ccc97e3e317fd512e28f591df9bd7947f04) remove: www. - [`a9ef237`](https://github.com/imputnet/cobalt/commit/a9ef23755b38823d65759bca4f9be6e234e8988b) Merge branch 'current' into support/videoclip ### 📊 Changes **5 files changed** (+55 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+6 -0) 📝 `src/modules/processing/matchActionDecider.js` (+7 -0) ➕ `src/modules/processing/services/videoclip.js` (+32 -0) 📝 `src/modules/processing/servicesConfig.json` (+7 -1) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -1) </details> ### 📄 Description closes #468 current issues: - [ ] if the video is in .m3u8 (sometimes it's in .m3u8 and sometimes in .mp4) it downloads a 0 B video example link: https://www.videoclip.bg/watch/1812935_alegrijes-y-rebujos-mas-que-amistad --- <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 2025-11-09 10:07:47 -06:00
Sign in to join this conversation.