ademir

joined 1 year ago
[–] ademir@lemmy.eco.br 3 points 4 weeks ago

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

[–] ademir@lemmy.eco.br 3 points 4 weeks ago (3 children)

Hey :)

We are already there

I was referring to the text above.

[–] ademir@lemmy.eco.br 3 points 4 weeks 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 4 weeks 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 4 weeks ago* (last edited 4 weeks ago) (2 children)

No, it is some sort of incompatibility I guess.

Look:

Lemmy screenshot

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

Doesn't show up here

[–] ademir@lemmy.eco.br 2 points 4 weeks ago

That's up to the /c/ moderators

[–] ademir@lemmy.eco.br 3 points 4 weeks ago (2 children)

What is it about? I read their site and didn't quite understand.

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

This is how we did in reddit too.

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

This is how we did in reddit too.

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

https://clubsall.com/c/ClubsAll doesnt federate too.

Ah ok, gotcha. nvm.

view more: ‹ prev next ›