[GH-ISSUE #576] "m.vk.com" is not a valid service #15914

Closed
opened 2026-06-01 13:35:12 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ItsYogSothoth on GitHub (Jun 16, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/576

When trying to download a video from m.vk.com the service is not considered valid, but changing the link to vk.com starts video download as expected

Originally created by @ItsYogSothoth on GitHub (Jun 16, 2024). Original GitHub issue: https://github.com/imputnet/cobalt/issues/576 When trying to download a video from `m.vk.com` the service is not considered valid, but changing the link to `vk.com` starts video download as expected
GiteaMirror added the bug label 2026-06-01 13:35:12 -05:00
Author
Owner

@steffkes commented on GitHub (Jun 16, 2024):

just thinking out loud, I'd assume the config

https://github.com/imputnet/cobalt/blob/21d5b4b8d457c0bfe3dfe17029c235e115957200/src/modules/processing/servicesConfig.json#L33-L37

needs to be extended by a setting like

https://github.com/imputnet/cobalt/blob/21d5b4b8d457c0bfe3dfe17029c235e115957200/src/modules/processing/servicesConfig.json#L11

but I didn't have a proper look at the code, not even familiar with it at all until now.

<!-- gh-comment-id:2171799243 --> @steffkes commented on GitHub (Jun 16, 2024): just thinking out loud, I'd assume the config https://github.com/imputnet/cobalt/blob/21d5b4b8d457c0bfe3dfe17029c235e115957200/src/modules/processing/servicesConfig.json#L33-L37 needs to be extended by a setting like https://github.com/imputnet/cobalt/blob/21d5b4b8d457c0bfe3dfe17029c235e115957200/src/modules/processing/servicesConfig.json#L11 but I didn't have a proper look at the code, not even familiar with it at all until now.
Author
Owner

@wukko commented on GitHub (Jun 17, 2024):

yeah, it's just missing the m subdomain

<!-- gh-comment-id:2172112352 --> @wukko commented on GitHub (Jun 17, 2024): yeah, it's just missing the m subdomain
Sign in to join this conversation.