1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 10:12:29 +01:00
gallery-dl/test
Mike Fährmann 9b2d782cb7
[pp:classify] rewrite & simplify (#5213)
Do not manually build paths, which get later overwritten by
pathfmt.build_path() anyway. Just update the target directory and let
the rest of the "path logic" handle it.

Fixes skipping previously downloaded and categorized files,
which was broken since 8124c16a50
2024-11-19 08:05:11 +01:00
..
results [newgrounds] fix metadata extraction (#6463) 2024-11-18 16:21:59 +01:00
__init__.py
test_cache.py [tests] '__main__' -> "__main__" 2024-02-27 02:10:05 +01:00
test_config.py [config] support accumulating non-list values 2024-11-16 21:13:57 +01:00
test_cookies.py consistent 'with open(…) as fp:' syntax 2024-06-14 01:22:00 +02:00
test_downloader.py [tests] fix bug when running tests in a certain order 2024-08-31 09:42:30 +02:00
test_extractor.py [tests] detect calls to 'request()' during initialization (#6387) 2024-10-27 20:08:50 +01:00
test_formatter.py [util] use minimal separators for 'json_dumps()' 2024-10-01 17:03:13 +02:00
test_job.py remove 'contextlib' imports 2024-04-06 16:59:09 +02:00
test_oauth.py
test_output.py [tests] '__main__' -> "__main__" 2024-02-27 02:10:05 +01:00
test_postprocessor.py [pp:classify] rewrite & simplify (#5213) 2024-11-19 08:05:11 +01:00
test_results.py consistent __exit__() argument names 2024-10-11 16:43:28 +02:00
test_text.py [text] implement 'parse_query_list()' 2024-10-01 20:28:30 +02:00
test_util.py [tests] add workaround for compile_expression_defaultdict in pypy3 2024-11-16 19:35:28 +01:00
test_ytdl.py [ytdl] ignore SyntaxErrors when trying to import a module 2024-08-29 19:28:08 +02:00