Interface DLVideoExternalShortcutProvider


public interface DLVideoExternalShortcutProvider
Provides a way to retrieve a DLVideoExternalShortcut from a URL.

Implement this interface to add support for custom external video providers. The implementation should:

  1. Decide whether or not to process the URL (based on a regex for example).
  2. Return null if the URL does not match to allow matching other providers.
  3. Fetch extra information from the external service and return a DLVideoExternalShortcut with the video details.