Files
gallery-dl/test
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
..
2015-10-03 14:51:13 +02:00
2018-01-23 21:37:32 +01:00
2018-06-28 14:32:02 +02:00
2019-02-10 22:10:53 +01:00
2019-02-14 11:15:19 +01:00