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

doesnt work...

@aashutoshrathi
Copy link
Author

aashutoshrathi commented Dec 28, 2020

@JustinObanor
Copy link

JustinObanor commented Dec 28, 2020

@aashutoshrathi theyre back up. https://masteranime.es/masterani.me
"We are the masterani.me website and moved our principal domain masterani.me to masteranime.es"

@aashutoshrathi
Copy link
Author

Oh then I'll update the script for it.

@JustinObanor
Copy link

Thatll be awesome! Im in great need of getting the videos somehow :)

@aashutoshrathi
Copy link
Author

aashutoshrathi commented Dec 28, 2020

Check now @JustinObanor

@JustinObanor
Copy link

JustinObanor commented Dec 28, 2020

Im getting this - VM192:1 Uncaught TypeError: Cannot read property 'src' of null at <anonymous>:1:32
screenshot - https://snipboard.io/rdl392.jpg

@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