I wanted to have "bpo 13.2.2016" being forwarded to http://www.berliner-philharmoniker.de/konzerte/kalender/von/2016-02/#2016-02-13
For this, I created https://www.findfind.it/shortcuts/5871/berlin-philharmonic-orchestra-berliner-philharmoniker-date with "http://www.berliner-philharmoniker.de/konzerte/kalender/von/{%Datum|type=date|output=Y-m/#{%Datum|type=date|output=Y-m-d}" but apparently %Datum cannot be used twice.
Please can you assist ? This should also be documented on https://www.findfind.it/help/url .
Comments
problem is solved. I forgot a
problem is solved. I forgot a closing "}". The correct url for "bpo date" is now "http://www.berliner-philharmoniker.de/konzerte/kalender/von/{%Datum|type=date|output=Y-m}/#{%Datum|type=date|output=Y-m-d}"
Yes, this is possible. Just
Yes, this is possible. Just use the same parameter name as often as you want in the URL. All identical parameter names within the URL become only one search argument.
Your URL above just had a typo, you missed the closing } on the first param.