[20:24] 01[13tinyback01] 15soult pushed 1 new commit to 06master: 02https://github.com/ArchiveTeam/tinyback/commit/f351c87b93de026243c18c4f61e04e176733d1a1 [20:24] 13tinyback/06master 14f351c87 15David Triendl: Add documentation for tinyback.generators [20:25] Great to hear that there are two people who want to take over. [20:25] :) [20:25] ersi: Each task has a "generator", that generates the shortcodes that need to be fetched [20:30] To avoid abuse, the import.py script in the tinyarchive repository checks that the finished tasks only contain codes that were generated by that generator: https://github.com/ArchiveTeam/tinyarchive/blob/master/import.py#L36 [20:31] The sequence generator is simple, it just takes start and stop and charset and generates everything inbetween [20:31] The list generator just returns all shortcodes from the list specified in the "list" option [20:32] And the chain generator creates a pseudorandom sequence of shortcodes based on a seed value, but still guarantees that the same input will lead to the same output [20:32] I have added some more documentation directly to the generators file: https://github.com/ArchiveTeam/tinyarchive/blob/master/import.py#L36 [20:32] *wrong line. here's the correct one: https://github.com/ArchiveTeam/tinyback/blob/master/tinyback/generators.py [23:57] 01[13tinyarchive01] 15soult pushed 4 new commits to 06master: 02https://github.com/ArchiveTeam/tinyarchive/compare/443fe71e73f3...515dad22f903 [23:57] 13tinyarchive/06master 1443d88b5 15David Triendl: Drop find_duplicates.py... [23:57] 13tinyarchive/06master 144a826bf 15David Triendl: release_import: Use code_to_file.json [23:57] 13tinyarchive/06master 145a795bf 15David Triendl: create_release: Remove unused import