Its easier to just sail the torrential high seas and get that 4k h265 quality shit that sites keep for paying members only. Once you know the models name its easy to get their entire collection.
I professionally pron too.
Comment on The Age-Checked Internet Has Arrived
masterofn001@lemmy.ca 3 days ago
It is not age verification.
It is privacy invading, morality policing, de-anonymizing, state surveillance.
Nothing less.
Its easier to just sail the torrential high seas and get that 4k h265 quality shit that sites keep for paying members only. Once you know the models name its easy to get their entire collection.
I professionally pron too.
ARRRR!
Nowadays I’m also worried about acquiring a stealerlog collection as well.
A what?
yt-dlp is also insanely good for this - just install it, point it at the URL and it’ll usually figrue out how to grab the video without any fuss.
to convert from hls (m3u8 streams) to mp4, you can also use ffmpeg:
ffmpeg -i https://y.com/path/to/stream.m3u8 output.mp4
Now this I can use.
Vlc can be a bit… Tedious.
Thanks.
How would one do this on a mobile browser?
Chromium based browsers have an option that lets you view the source code by putting “view-source:” before the URL to see embedded videos
So > www.website.com/pagewithvideo becomes > view-source:www.website.com/pagewithvideo
I never knew this. Thank you!
No worries! In a lot of sites you’ll find the embeded video or picture in a link in the source code. However, I haven’t figured tried to get this to work on YouTube in mobile browsers so that might not work
I’d imagine you’d need a browser that has developer tools, which is far less common on mobile. A simpler solution would be to use a separate app that just takes the page URL and downloads the video for you, such as this one: f-droid.org/en/packages/com.junkfood.seal/
Kiwi Browser has developer tools
Note: this isn’t free but I use 1DM+. It has it’s own browser that filters out the videos for download. It won’t work with YouTube and a bunch of other websites because Google acts like a little bitch to the developer.
That is fucking amazing. Thank you!
Or just Video Downloadhelper.
I really wish I could upvote this more than once. This is awesome.
passepartout@feddit.org 3 days ago
Shout out to yt-dlp, the absolute unit of software beneath lots of media scraping tools.
You can also use MPV Video player, should be able to play many URLs you throw at it.