Mike Fährmann 5530871b5a
change results of text.nameext_from_url()
Instead of getting a complete 'filename' from an URL and splitting that
into 'name' and 'extension', the new approach gets rid of the complete
version and renames 'name' to 'filename'. (Using anything other than
{extension} for a filename extension doesn't really work anyway)

Example: "https://example.org/path/filename.ext"

before:
- filename : filename.ext
- name     : filename
- extension: ext

now:
- filename : filename
- extension: ext
2019-02-14 16:07:17 +01:00
..
2017-01-16 02:59:22 +01:00
2017-06-30 15:21:04 +02:00
2018-10-12 22:18:29 +02:00
2018-09-05 18:15:33 +02:00
2019-02-14 11:15:19 +01:00