VBML Backend
This VBML file is a backend that declares a set of properties and routines to access and extract video resources on the Internet.
# VBML 1.0.6
type: backend
The type must be set to backend
.
The version of the VBML file.
The title of the backend.
The host of the backend.
host: youtube.com
The pattern that validates the supported URI(s).
validate: ^youtube.com|^youtu.be
The original URI where updates should be pulled from.
The picture cover of the backend.
The search capabilities of the backend, can be tracks
, coverAudio
and coverVideo
.
search: tracks coverVideo
- Retrieve video tracks from a search engine (like DuckDuckGo)
- Access videos from a web service (like Youtube)
- Retrieve video subtitles (like OpenSubtitles)
- Retrieve video covers (like TMDB)
- duckduckgo.vbml: DuckDuckGo video search engine
- bittorrent.vbml: BitTorrent video retriever
- youtube.vbml: Youtube video retriever
- opensubtitles.vbml: OpenSubtitles subtitles retriever
- tmdb.vbml: TMDB cover retriever
Ask your questions on the omega community: https://omega.gg/forum
The omega Movement discord: https://omega.gg/discord
- Benjamin Arnaud aka bunjee | [email protected]