1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 03:02:50 +01:00
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
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py change config specifiers in input file format 2018-02-16 03:10:41 +01:00
test_cookies.py [batoto] remove module 2018-01-23 21:37:32 +01:00
test_downloader.py change results of text.nameext_from_url() 2019-02-14 16:07:17 +01:00
test_extractor.py propagate 'match' to base extractor constructor 2019-02-11 13:31:10 +01:00
test_oauth.py change OAuth test server 2018-06-28 14:32:02 +02:00
test_results.py [mangahere] fix extraction 2019-02-10 22:10:53 +01:00
test_text.py change results of text.nameext_from_url() 2019-02-14 16:07:17 +01:00
test_util.py update tests for util.py 2019-02-14 11:15:19 +01:00