"m.vk.com" is not a valid service #319

Closed
opened 2025-11-09 09:46:09 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @ItsYogSothoth on GitHub (Jun 16, 2024).

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). 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 2025-11-09 09:46:09 -06:00
Author
Owner

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

just thinking out loud, I'd assume the config

21d5b4b8d4/src/modules/processing/servicesConfig.json (L33-L37)

needs to be extended by a setting like

21d5b4b8d4/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.

@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

@wukko commented on GitHub (Jun 17, 2024): yeah, it's just missing the m subdomain
Sign in to join this conversation.