Павел Серегов <[email protected]> writes: > file on server http://site.com/style.css?v1000 > downloaded file style.css@v1000 > > How remove @v1000 > I want result: style.css (without @v1000)
The easiest way is to specify the output file name you want with "--output-file=style.css". Dale
