1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00
gallery-dl/test
missionfloyd d31a3b5da3
[everia.club] Add support
- Unescape title and URL
- Add tags and categories metadata
    Lookup tag id with API instead of downloading tag page
- Add category extractor
- Add tests
- Rename EveriaExtractor to EveriaPostExtractor
- Fix EveriaPostExtractor example
- Lookup tags/categories by post id
- Add date extractor
- Remove leftover pages parameter
- Add error handling for invalid dates.
- Add filename numbering
    Parse date
- Rename extract() to images()
- Remove html import
- Fix search/date URLs with page number
- Fix tag/category search
- Fix post extractor
- Fix tag, category extractors
- Fix search extractor
- Only load first page once
- Fix date extractor
- Fix tests
- Clean up search extractor
2024-11-03 14:09:07 +01:00
..
results [everia.club] Add support 2024-11-03 14:09:07 +01:00
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_cache.py [tests] '__main__' -> "__main__" 2024-02-27 02:10:05 +01:00
test_config.py consistent 'with open(…) as fp:' syntax 2024-06-14 01:22:00 +02: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 extend OAuth tests 2023-03-02 17:26:51 +01:00
test_output.py [tests] '__main__' -> "__main__" 2024-02-27 02:10:05 +01:00
test_postprocessor.py [pp:rename] improve renaming files 'to' a format (#5846, #6044) 2024-09-03 21:17:31 +02: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 [util] add 'std' object to global eval namespace (#6330) 2024-10-17 21:08:07 +02:00
test_ytdl.py [ytdl] ignore SyntaxErrors when trying to import a module 2024-08-29 19:28:08 +02:00