Skip to content

Instantly share code, notes, and snippets.

@aashutoshrathi
Last active December 28, 2020 11:21
Show Gist options
  • Save aashutoshrathi/8230f831e3584ef0977109538e30eec2 to your computer and use it in GitHub Desktop.
Save aashutoshrathi/8230f831e3584ef0977109538e30eec2 to your computer and use it in GitHub Desktop.
Download videos from Masterani.me
// [UPDATE] New link https://masteranime.es/masterani.me protects with two layers.
// 1. Go to the video page and then paste the following script on console
document.querySelector('iframe').src
// click on the output link
// 2. The new window will open, open dev tools here and paste this in devtools
document.querySelector("video").src
// 3. Now go to link and press Ctrl + S
@JustinObanor
Copy link

@aashutoshrathi it works perfectly for other sites. But it seems at masterani.me, they're a bit more secretive. Unfortunately im not good at frontend

@aashutoshrathi
Copy link
Author

@JustinObanor, make sure the video starts playing before doing this

@JustinObanor
Copy link

@aashutoshrathi , the video is playing while i do this, but im still getting the same error

@aashutoshrathi
Copy link
Author

Please send link of page

@JustinObanor
Copy link

JustinObanor commented Dec 28, 2020

@aashutoshrathi
Copy link
Author

@JustinObanor, Try to use Fserver. Also, you were able to get a link since you clicked on an element from DevTools, if you don't want that use the updated one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment