save video with name
|
|
can you please implement that if i download a video
thx |
|
|
Unfortunately not. The video filename is determined by a header sent by the server, a Greasemonkey script can't change that. But you can right-click on the link and save it from the context menu with any name you like. |
|
|
Automatic naming would be very convenient. Ant.com toolbar, for example, takes the site name and the page title for the file name (Example: youtube.YouTube_-_Kutiman-Thru-you_-_01_-_Mother_of_All_Funk_Chords.flv) Would it be possible to do something similar? |
|
|
Read my message above ;-) |
|
|
I thought that meant that it's impossible to find the video's original file name, I didn't realize it was impossible for a Greasemonkey script to name the file at all. |
|
|
That's right, finding the video title to use it as a name is easy, but a script can't change it, sorry |