ademir

joined 1 year ago
[–] ademir@lemmy.eco.br 13 points 1 month ago (4 children)

How could one help them?

[–] ademir@lemmy.eco.br 32 points 1 month ago (1 children)

Maybe whole Instance that went offline.

[–] ademir@lemmy.eco.br 3 points 1 month ago

The original I did in Portuguese, I will post it there now :)

[–] ademir@lemmy.eco.br 3 points 1 month ago (3 children)

Hey :)

We are already there

I was referring to the text above.

[–] ademir@lemmy.eco.br 3 points 1 month ago (3 children)

or this post I just did:

Well, while we don't overthrow the system, we still can use its infrastructure to subvert it, and that applies here on the internet as well.

Today I'm going to teach you how to get the URL of videos from Reddit with audio and images.

You can press the F12 key, this will open DevTools, and go to the console tab. Then paste this code:

let array = document.getElementsByTagName("shreddit-player")[0].__packagedMedia.playbackMp4s.permutations;
let url = array[array.length - 1].source.url;
alert(url);

If you want to create a shortcut to make things easier, just make a bookmark and paste this here in the address field:

javascript:
let array = document.getElementsByTagName("shreddit-player")[0].__packagedMedia.playbackMp4s.permutations;
let url = array[array.length - 1].source.url;
alert(url);

This code opens an alert with the video's URL for you to copy and use wherever you want.

Like this:

[–] ademir@lemmy.eco.br 3 points 1 month ago (7 children)

Add Brasil to the country specific too, come on! (jk)

Great text, very complete, when you publish let me know and I will add a translation to our instance and to Brasil subreddit.

[–] ademir@lemmy.eco.br 2 points 1 month ago* (last edited 1 month ago) (2 children)

No, it is some sort of incompatibility I guess.

Look:

Lemmy screenshot

[–] ademir@lemmy.eco.br 1 points 1 month ago (10 children)

Doesn't show up here

[–] ademir@lemmy.eco.br 2 points 1 month ago

That's up to the /c/ moderators

view more: ‹ prev next ›