Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Having a dispatcher for Streaming hosting websites #5192

Open
MikeZeDev opened this issue Nov 30, 2022 · 0 comments
Open

[Feature] Having a dispatcher for Streaming hosting websites #5192

MikeZeDev opened this issue Nov 30, 2022 · 0 comments
Labels
Enhancement Improvement or Feature

Comments

@MikeZeDev
Copy link
Contributor

Currently we have to manually import one videostream mjs per video hoster we want to use. And perform checks on the urls in the connector itself to know which one we need to use.

It would be handy if we could just instanciate one single dispatcher to get the stream url we need.

let streamwhatever = new StreamDispatcher("https://ok.ru/embed").getstreams(preferered_quality);

Or better : Just returning the embeded url as "page" in _getpages and HN does the job itself (maybe wrapping it inside anobject)

@MikeZeDev MikeZeDev added the Enhancement Improvement or Feature label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement or Feature
Projects
None yet
Development

No branches or pull requests

1 participant