I use FlashGot with IDM (Internet Download Manager) and regularly visit sites that use terrible, semi-random filenames.
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".
So, It would make my life
a lot easier if FlashGot passed the filename in a[download] to IDM because then I could write a small Greasemonkey script to give links better filenames. You know, something like
Code: Select all
a.download = a.textContent.replace("Watch ", "") + ".mp4"