1
0
Fork 0
mirror of synced 2024-05-19 19:52:41 +12:00
bulk-downloader-for-reddit/tests
Serene-Arc 8be3efb6e4 Fix bug with Imgur gifs being shortened too much
The rstrip function was used wrongly, it doesn't remove a substring but
rather removes any of the characters provided, so here it removed any I,
G, V, or F that finished the six character ID for Imgur, resulting in a
404 error for the resources in question.
2021-06-08 13:08:39 +10:00
..
archive_entry Added tests for new data in threads/comments (2/2) 2021-05-20 22:47:33 +02:00
site_downloaders Fix bug with Imgur gifs being shortened too much 2021-06-08 13:08:39 +10:00
__init__.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
conftest.py Format file 2021-04-28 12:03:28 +10:00
test_archiver.py Refactor archiver tests 2021-05-17 11:50:17 +10:00
test_configuration.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_connector.py Add ability to disable modules (#434) 2021-06-06 13:47:56 +03:00
test_download_filter.py Make downloadfilter apply itself to Resources 2021-05-03 14:02:03 +10:00
test_downloader.py Add a combined command for the archiver and downloader: clone (#433) 2021-06-06 13:29:09 +03:00
test_file_name_formatter.py Update failing test 2021-05-27 15:58:40 +10:00
test_integration.py Add ability to disable modules (#434) 2021-06-06 13:47:56 +03:00
test_oauth2.py tests: move outside of the package 2021-04-21 08:29:14 +10:00
test_resource.py tests: move outside of the package 2021-04-21 08:29:14 +10:00