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 Request] Right click <video> nodes and stream through HLS with relevant fetch options (referer) #13

Open
EmperorEarth opened this issue Aug 17, 2019 · 3 comments
Assignees

Comments

@EmperorEarth
Copy link

My most common use case for your addon is to get a distraction free video stream viewing experience.

This usually means I open up devtools, figure out the m3u8 file collating the video fragments, and then open that m3u8 link in a new tab.

Sometimes, this won't work: usually because the "referer" option is empty this way.

Is there a way this addon can streamline that process?

@ckcr4lyf
Copy link

Addons cannot set certain headers in normal HTTP requests.
I have the exactly same use case as you and was thinking of developing a standalone application that can do this, probably an electron app. So you just copy the request for chrome and put it in there, and can enjoy a distraction free experience.

Let me know if you think its a good idea, might work on it.

@ghouet
Copy link
Owner

ghouet commented Aug 23, 2019

The addon could certainly try to capture the m3u8 URLs and a click on the icon could show the different master URLs, one last click to open them on a new tab. Let's see if that's doable.

@ghouet ghouet self-assigned this Aug 23, 2019
@ckcr4lyf
Copy link

@gramk that still wont work if the server requires a Referrer header, correct?

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

No branches or pull requests

3 participants