It’s just a false sense of security to users when they think people “can’t” download their content. Even apps like Snapchat that are marketed to be “save proof” are def not. I think it’s a betrayal to the user for any company to pretend a user’s media is “safe” from downloads/screenshots/etc.
Show HN: I made a Bluesky video downloader
21–30 of 62 posts
Re: Show HN: I made a Bluesky video downloader
#22Off topic but related… With so many ways to get around downloading videos/media like this for example, I will never understand why companies don’t just allow videos to be saved like a picture. Add a simple download button to make it obvious and simple for users to download a video. For example, Tiktok has this, and just adds their watermark to the downloaded video. It’s just a false sense of security to users when th…
Re: Show HN: I made a Bluesky video downloader
#23I'm sure this is a feature of the browser... Just right click the video and "save as" and it'll give you a .mp4 file right? Or just Ctrl+C to copy the video onto the clipboard. Oh wait, we let commercial interests take that functionality from us...
But the fact that it doesn't isn't some kind of industry-wide conspiracy, it's just not an easy feature for a browser to implement in a generic way, given how streamed video works.
Re: Show HN: I made a Bluesky video downloader
#24Off topic but related… With so many ways to get around downloading videos/media like this for example, I will never understand why companies don’t just allow videos to be saved like a picture. Add a simple download button to make it obvious and simple for users to download a video. For example, Tiktok has this, and just adds their watermark to the downloaded video. It’s just a false sense of security to users when th…
Re: Show HN: I made a Bluesky video downloader
#25Off topic but related… With so many ways to get around downloading videos/media like this for example, I will never understand why companies don’t just allow videos to be saved like a picture. Add a simple download button to make it obvious and simple for users to download a video. For example, Tiktok has this, and just adds their watermark to the downloaded video. It’s just a false sense of security to users when th…
Re: Show HN: I made a Bluesky video downloader
#26Off topic but related… With so many ways to get around downloading videos/media like this for example, I will never understand why companies don’t just allow videos to be saved like a picture. Add a simple download button to make it obvious and simple for users to download a video. For example, Tiktok has this, and just adds their watermark to the downloaded video. It’s just a false sense of security to users when th…
Re: Show HN: I made a Bluesky video downloader
#27Remind me what this does again? :\
I suggest eliminating that spammish repetition. Body text like this gives a strong impression that the site is going to try to install a virus on my computer. It drips with a swampy kind of SEO desperation only seen on pages that embed malware and crosslink to bot farms.
Re: Show HN: I made a Bluesky video downloader
#28Re: Show HN: I made a Bluesky video downloader
#29I'm sure this is a feature of the browser... Just right click the video and "save as" and it'll give you a .mp4 file right? Or just Ctrl+C to copy the video onto the clipboard. Oh wait, we let commercial interests take that functionality from us...
From a UX perspective, right-click-save-as should absolutely be a thing that works. But the fact that it doesn't isn't some kind of industry-wide conspiracy, it's just not an easy feature for a browser to implement in a generic way, given how streamed video works.
Re: Show HN: I made a Bluesky video downloader
#30Am I missing something, or are you just concatenating the MPEG-TS segments and slapping an .mp4 file extension on the end? This is not an MP4 file, and won't play in anything that expects .mp4 files to be MP4 files. (It'll still work in a surprising number of places because most players ignore the file extension and sniff the content anyway) To make this work properly, you need to mux it into an mp4 container. e.g. f…