it's not an option to even download an image, I have to screenshot, now what screen record videos?

top 50 comments

sorted by: hot top controversial new old
[–] 44 points 2 weeks ago*

Why would you let websites overrule right click behaviour. Just turn that off lol it's just in config for firefox. Idk about unserious browsers

dom.event.contextmenu.enabled

  • source
  • [–] 34 points 2 weeks ago (10 children)

    ctrl+i on Firefox opens up a window where you can see all the images and videos on a page

  • source
  • hideshow 10 child comments
  • [–] 10 points 2 weeks ago (9 children)

    yt-dlp is also fairly reliable for downloading video content

  • source
  • parent
  • hideshow 9 child comments
  • [–] 7 points 2 weeks ago (8 children)

    Haven't found a way to download videos from Instagram

  • source
  • parent
  • hideshow 8 child comments
  • [–] 6 points 2 weeks ago (1 child)

    I recently dealt with Instagram videos manually. If you open the network inspector while the video is streaming, you'll see two different mp4 files being fetched repeated. One is for the video and another is for the audio. Each request will have a different timestamp in the URL query parameters.

    • Right click any of the mp4 requests and click "copy as curl".
    • paste the curl command into text editor.
    • remove the timestamp query param
    • add > outputA.mp4 to the end of the command
    • execute the edited curl command

    Repeat with the other URL and save it to outputB.mp4 instead. Then view both files to determine which is the audio and which is the video. There was a very basic ffmpeg command which would merge the files. I can never recall correct ffmpeg commands though.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (6 replies)
  • [–] 30 points 2 weeks ago (11 children)

    also all the torrenting being replaced by streaming lenin-rage

    i agree on the behind! extension, but that doesn't work on stuff like instagram that iirc won't even let you right click in the first place. combined with the allow right click extension you will become unstoppable

  • source
  • hideshow 11 child comments
  • [–] 13 points 2 weeks ago (7 children)

    Torrenting will never be replaced, take a look in the megathread for torrenting sites if you prefer them to streaming.

    Also, F12 for inspecting element and taking all the images you want.

  • source
  • parent
  • hideshow 7 child comments
  • [–] 8 points 2 weeks ago* (last edited 2 weeks ago) (6 children)

    For shows and movies: As soon as you wander outside the mainstream or anime you're fucked for torrents now IME. Also, apart from anime if a show isn't American, a British show that gets big internationally or Indian you're also probably screwed.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 4 points 2 weeks ago (4 children)

    I was talking about the OP, if the show or film you are watching is in streaming, it will also be available for torrenting. TBH, I haven't searched for media too far from the mainstream.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

    if the show or film you are watching is in streaming, it will also be available for torrenting.

    It really isn't possible to overstate how much this is not the case.

    But also a lot of stuff doesn't really get up on either.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 4 points 2 weeks ago (2 children)
  • [–] 2 points 2 weeks ago (1 child)

    Your instinct to provide a resource at this point is a good one, and I have no intention of disparaging you. But I did specifically mention anime as one of the things torrents are still pretty good for.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 19 points 2 weeks ago (2 children)

    Was this implemented because crypto bros were mad at people right click saving their apes?

  • source
  • hideshow 2 child comments
  • [–] 14 points 2 weeks ago

    I've had good luck with the behind! extension for firefox in digging through websites' image-hiding hijinks

  • source
  • [–] 12 points 2 weeks ago (27 children)

    I've always been able to find the image using the inspector (f12) on firefox-derived browsers. Wish I could always say the same for mp3s and videos.

  • source
  • hideshow 27 child comments
  • [–] 8 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

    for most audio and video something that will work a lot of the time (besides just yt-dlp which does support hundreds of common sites but not all), is using either browser tools (network tab) or an extension (there are many) to catch any URLs with the file extension .m3u8, and then downloading that m3u8 URL with yt-dlp or other downloader tool that can assemble it into a single audio or video file.

    (Also: comrades with programming experience, contributing to yt-dlp is very fun, easy, and rewarding, you should try it next time you want to download from a site that isn't supported)

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
  • [–] 8 points 2 weeks ago (23 children)
  • [–] 2 points 2 weeks ago* (last edited 2 weeks ago) (22 children)

    I've been getting 403 when I try to use it recently, and when I try to update it, apt insists I already have the latest version. Maybe Google has blocked every outlet of my VPN?

  • source
  • parent
  • hideshow 22 child comments
  • [–] 4 points 2 weeks ago (10 children)

    Are you using the browser impersonation feature?

  • source
  • parent
  • hideshow 10 child comments
  • [–] 3 points 2 weeks ago (9 children)

    This is new to me. Seems I have to set up a simulated browser using a command or program called curl? What do I need to understand to not screw this up?

  • source
  • parent
  • hideshow 9 child comments
  • [–] 6 points 2 weeks ago (4 children)

    Using a vpn is usually not going to work with anything that hits youtube. Google are really fast at putting captchas on anonymised traffic which breaks most 3rd party access

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 2 weeks ago (2 children)

    I was downloading youtube videos just fine with a vpn until a couple weeks ago. I have no idea what changed.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 weeks ago*

    Bots will use VPN nodes as cheap proxies. They will abuse it until google bans the IP for abuse. The bots rotate to a new node and continue. Real users are also banned from that node as well until google forgives it.

  • source
  • parent
  • [–] 3 points 2 weeks ago

    Google eventually get savvy to it. Your options are try again without a vpn, try with the session cookies from a logged in session, or wait until yt-dl patch whatever fresh hell google are doing to block you

  • source
  • parent
  • load more comments (1 reply)
  • [–] 2 points 2 weeks ago (8 children)

    I use yt-dlp a lot, and at least on windows I have my own custom script that I use that just runs the raw exe with parameters that I set. Anytime it breaks I download the new exe and it works fine again. I used it this week actually. Maybe this sort of option will work for you.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 2 points 2 weeks ago (7 children)

    I'm on Linux Mint, and the installation manager called Apt has me on a version of yt-dlp from March. Maybe there are arguments that will force it to install more recent experimental builds or something? I just don't know what to look for. I'm more of a Windows refugee than someone who wants to make Linux my hobby, you know?

  • source
  • parent
  • hideshow 7 child comments
  • [–] 2 points 2 weeks ago

    For sure. Definitely the reason I haven't switched to Linux yet. I'm sure there's some way to force it to pick up the latest version, some Linux comrade will come in here at some point and tell us what that command is lol

  • source
  • parent
  • load more comments (6 replies)
  • [–] 12 points 2 weeks ago

    I hate it when I search for a way to download media from a website and the sources say 'enter the url into a media download app/site.' Just draw the rest of the owl type of advice.

  • source
  • [–] 8 points 2 weeks ago

    I dunno I still have no issue using yt-dlp to yoink whatever I want off YouTube

  • source
  • [–] 7 points 2 weeks ago (2 children)

    Blissfully unaware of whatever world this is, where you cannot right click.


    Remember to enable JPEG-XL support in your browser, even on your phone!

  • source
  • hideshow 2 child comments
  • [–] 5 points 2 weeks ago* (1 child)
  • [–] 5 points 2 weeks ago

    So there are websites you can put the link to download. Also you can use OBS to record your screen or windows.

    But yes its super fucking annoying. You can still right click and download on tumblr and was shocked.

  • source
  • load more comments
    view more: next ›