Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Which are supported depends entirely on how much time I have to invest into supporting them. YouTube for example is incredibly easy. Simple regexp rule to grab video code, simple GET call to grab description, and done. Vimeo requires a bunch of extra steps for same basic information, but is popular enough to warrant the integration. The more complex it is to implement and less well known the site is basically means I won't implement it since it's not worth the added maintenance. Rumble at least uses JSON-LD so it'd be easy enough to parse the necessary information from that so I suppose it's possible in the future it could be supported.Thank you for the update. Since YT is heavy into content creation we are likely to see Rumble and others rise in usage over the next year so might be worth considering for the roadmap.
Nope, core modifications will be lost on upgrade. Suggest maintaining your own branch in a private GIT repository and deal with any merging conflicts.If I update the code to the module to support one of these platforms is there a way to protect that change while receiving updates for it?
Please Log in or Create an account to join the conversation.