Buy this Domain

Community Discussions

Explore the latest discussions and community conversations related to this domain.

'Goodbye Don Glees!' Releases On Home Video December 27th ! : Animedubs

Main Post: 'Goodbye Don Glees!' Releases On Home Video December 27th ! : Animedubs

Forum: r/Animedubs

[FRESH VIDEO] Bryson Tiller - Don't

Main Post: [FRESH VIDEO] Bryson Tiller - Don't

Top Comment: Drake should have signed Bryson. Can't wait for Trapsoul.

Forum: r/hiphopheads

Why Most Gamers Start but Don’t Finish Video Games

Main Post: Why Most Gamers Start but Don’t Finish Video Games

Top Comment:

Pretty weak article.

I think weak narratives are a factor. The main reason I haven't finished some games in my library is because I didn't give a shit about how the story ended or what happened to the characters.

Forum: r/Games

How to download reddit videos manually

Main Post:

I know there are a ton of reddit video downloaders out there, I want to do it manually. So, looking at the source code you get the link under <shreddit-player> all the links are under playback-media-json. But some videos don't have those links under that, for example: https://www.reddit.com/r/dankindianmemes/comments/16zm8ey/lyrics_are_better_than_most_of_most_rap_song_today/
can someone explain why is that? Or is the best option is to get video and audio separately and put them together? Any help works!
Thanks

Top Comment: If you throw .json onto the end of a Reddit URL, you'll get the API version of the page like: https://www.reddit.com/r/dankindianmemes/comments/16zm8ey/lyrics_are_better_than_most_of_most_rap_song_today/.json If you just want the video without audio, you can just grab the file referenced in the "fallback_url" property, like: "fallback_url": "https://v.redd.it/vnbm4poel6sb1/DASH_1080.mp4?source=fallback" If you want the audio as well, you'll have to grab the "dash_url" playlist file, and then search in that file for the name of the audio quality you want, and then use the original fallback file URL but replace the DASH_1080.mp4 file with whatever the audio-file is named, like: https://v.redd.it/vnbm4poel6sb1/DASH_AUDIO_128.mp4?source=fallback Then you can probably use something like Avidemux to combine the two files if you want to do it via a GUI, otherwise FFMpeg is probably the go-to way of doing it via a command-line utility.

Forum: r/24hoursupport

How do you download videos from websites that don't allow it?

Main Post:

Tried a few online downloaders and 4k video downloader, didn't work

Top Comment: I won't judge. Most streaming sites hide the true video URL. So for instance jdownloader or other software can't readily detect it. Go to the chrome store and get Video Downloadhelper extension. Install it. Browse to video. Click on the extension icon (usually on the top right corner to the right of the address bar in chrome. Choose download or (recommended) copy url. Depending if the video has several resolution options, you will get several different urls accordingly. Paste url in jdownloader2 (jdownloader usually already autograbs the url and adds it to its linkgrabber tab as soon as you click on copy url above). Start download in jdownloader2. Fap (or queef? I don't know) to your hearts content. Thank me later ... once you've taken a shower.

Forum: r/DataHoarder

How to download reddit videos manually

Main Post:

I know there are a ton of reddit video downloaders out there, I want to do it manually. So, looking at the source code you get the link under <shreddit-player> all the links are under playback-media-json. But some videos don't have those links under that, for example: https://www.reddit.com/r/dankindianmemes/comments/16zm8ey/lyrics_are_better_than_most_of_most_rap_song_today/

can someone explain why is that? Or is the best option is to get video and audio separately and put them together? Any help works!

Thanks

Top Comment: yt-dlp is the king of downloading video. install python from python.org then open the command line and type pip install yt-dlp. Then type yt-dlp https://whatever to grab your file. Typing explorer . will open the current directory (.) which is where it downloaded the file. If you're on Android you can get a nice GUI for yt-dlp by using the DVD app. Google have banned it so you'll need to install the https://f-droid.org/ repository - this is where rebel apps that are all about free software and user-freedom live; no spyware, no ads, just functionality that is good for end-users. Once you have f-droid you can enjoy ethical software that isn't geared towards corporate or "small business" interests using you up for their own purposes. yt-dlp works with pretty much all video sites. If it doesn't work for you then you can ask for help on https://libera.chat/ in the #yt-dlp chat room, or on their bug tracker on github.com

Forum: r/AskTechnology

Is it theoretically possible to download videos from ANY website?

Main Post: Is it theoretically possible to download videos from ANY website?

Top Comment: If you’re comfortable running command line programs, youtube-dl is your best bet. It’s capable of grabbing embedded videos from just about anywhere. https://youtube-dl.org/

Forum: r/techsupport