-
Notifications
You must be signed in to change notification settings - Fork 36
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
Download Paid Content not working #54
Comments
Where are the files being downloaded to? |
in the PAID CONTENT folder |
Have you noticed any other odd behavior with paid content lately? I am subbed to a free page and I also purchased a video recently. Normally I am able to download videos with the Samsung internet video assistant on mobile but the option is missing for one video in particular. Curious. I run the scraper for the creators profile and I get nothing.... even weirder. I navigate to the video in my browser and the video will not load. I can see on the network tab that it is attempting a GET for the mp4 URL but it is not resolving. I asked the creator to DM me the video and it still won't work..... Are they in the process of rolling out a change that will break the scraper? I feel like our issues are similar enough that I can post here instead of opening a new issue. Edit: I tried changing my user agent on my pc to match my phone (which will at least play the file) and I was able to pull an error. Closer inspection of the GET request points to a failed handshake? (guessing) The mp4 url is just that, nothing behind it showing my authorization to access the file. Here is my error code in browser, maybe they are migrating storage and there is an issue? Failed to execute 'createMediaKeys' on |
actually im pretty new to this whole scrapping thing so no not really its really weird tho what you are describing |
My guess is that it’s DRM content and scraper doesn’t scrape these files. It’s so how the preview because thsts “technology”‘what the scraper thinks the bought. |
Just came back to say this. I finally got the video working in another browser but the requests were all wonky. Did some digging and found the DRM plugin switch, turned it off, got the same error as earlier. I had to do a screen cap to get the video but I wish I had source quality. So now in addition to webrtc streams I can add DRM to the list of stuff I can't get around. Great. Thanks for the confirmation though |
mind sharing the drm info pelase |
This repo is outdated (no longer works) and I am no longer maintaining it. |
im not sure if that is something normal but the paid content is not being downloaded correctly just the "preview" is being downloaded the "real" video not. any suggestions?
Edit: I noticed I'm not very clear on what I'm saying.
So the thing is the creator gives a little teaser video so that we know what we are getting and its censored. i bought the video since I'm interested and tried to download it. And the thing is just the teaser video which is censored got downloaded the second one which is actually the video didn't get downloaded. I hope this will make everything clear :)
The text was updated successfully, but these errors were encountered: