mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 15:52:58 -05:00
"m.vk.com" is not a valid service #319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ItsYogSothoth on GitHub (Jun 16, 2024).
When trying to download a video from
m.vk.comthe service is not considered valid, but changing the link tovk.comstarts video download as expected@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.
@wukko commented on GitHub (Jun 17, 2024):
yeah, it's just missing the m subdomain