Last active
December 28, 2020 11:21
-
-
Save aashutoshrathi/8230f831e3584ef0977109538e30eec2 to your computer and use it in GitHub Desktop.
Download videos from Masterani.me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// [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 |
@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
@JustinObanor, make sure the video starts playing before doing this
@aashutoshrathi , the video is playing while i do this, but im still getting the same error
Please send link of page
@aashutoshrathi, https://masteranime.es/anime/watch/shingeki-no-kyojin-the-final-season.67479/166872
It can get the url somehow, but its something like this - blob:https://embed.streamx.me/71bf9025-83cc-4531-9a8d-910ebd32cc7b
which i'm not sure how to use
@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
Im getting this -
VM192:1 Uncaught TypeError: Cannot read property 'src' of null at <anonymous>:1:32
screenshot - https://snipboard.io/rdl392.jpg