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

Direct video / download links #41

Closed
matejdro opened this issue Feb 22, 2023 · 5 comments
Closed

Direct video / download links #41

matejdro opened this issue Feb 22, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@matejdro
Copy link

Occasionally I want to download a video from Nebula to watch it offline later. My current process is using VideoDownloadHelper to find a direct link to the video stream that can be then saved using VLC.

However, especially the first part of this process is cumbersome. It would be nice if extension would provide a direct link to the video stream that can be saved with VLC or similar program.

I would be up for creating a PR for this, if accepted.

@cpiber
Copy link
Owner

cpiber commented Feb 22, 2023

VDH is literally a downloader, why go via VLC?

Did you look into getting this link? Because it's not easy. Without decoding the HLS separately, I don't think there's a good way, since the Nebula player uses HLS. But if you have a solution, please do a PR.

@cpiber cpiber added the enhancement New feature or request label Feb 22, 2023
@matejdro
Copy link
Author

matejdro commented Mar 3, 2023

VDH is literally a downloader, why go via VLC?

I'm only using the extension. Kinda put off by installing extra software on my PC.

Did you look into getting this link?

Huh, this seemed much easier in the Zype days, but now it seems way more complicated. Will take a look at it at some point.

@cpiber
Copy link
Owner

cpiber commented Mar 3, 2023

I'm only using the extension. Kinda put off by installing extra software on my PC.

The extension can usually handle downloads, though I haven't tried it in this instance. But isn't VLC extra software as well?

Will take a look at it at some point.

Good luck, I look forward to it :)

@matejdro
Copy link
Author

I've looked into it for a while and gave up. I could get the playlist links, but video and audio were in the separate files, so this method would be a lot of hassle.

Instead, I've discovered that https://github.com/yt-dlp/yt-dlp seems to support Nebula, so I will likely use this.

@cpiber
Copy link
Owner

cpiber commented Mar 22, 2023

yt-dlp is a nice project :)

Could you please share your methods of finding the playlists? Maybe this could help with #39, since I'm a bit stuck with that feature as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants