[Request] Use filename specified in HTML5 download attribute
Posted: Mon Apr 28, 2014 12:23 pm
I use FlashGot with IDM (Internet Download Manager) and regularly visit sites that use terrible, semi-random filenames.
Luckily...
Luckily...
- IDM allows you to define the local filename separately with command line parameter /f.
- Websites can tell browsers to use a filename different from the one in the URL by using the HTML attribute "download".
Code: Select all
a.download = a.textContent.replace("Watch ", "") + ".mp4"