#Video Downloading bookmarklet

3 messages · Page 1 of 1 (latest)

granite flare
#

don't know if it works for mp4 and/or bookmarklets, but add the url to an anchor tag with the download attribute and click() it?

granite flare
#

why are you setting the href as window.location.href instead of contentUrl from your earlier code? also, you might need to specify a filename for the download attribute.

stray pine
#

Specifying it as blank should be fine as it works separately, and since it's just for the file name, it would just try to download the html page as a .mp4 I think