JuanBindez/pytubefix

Add support for Nebula.tv

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Not related to a problem, this is a traditional feature request.

Describe the solution you'd like
I would like to have support for downloading from Nebula.tv, which is currently supported on yt-dlp ... being able to feed in a Nebula URL like I do YouTube, and have it offer similar options like .download() and .resolution() ... I can just plug things into my template and go from there!

Describe alternatives you've considered
I have considered trying to bootstrap this myself, as I can get the JSON payload from yt-dlp using the --dump-json command line switch, and I think I can go from there, but I'm still a novice with Python, so that's a big ask for me -- but I'm willing to learn!

Additional context
yt-dlp supports this with their extractor, here (for reference)