in modules/url_comparison.py [0:0]
def _chunker(seq, size, start_idx=0): return (seq[pos: pos + size] for pos in range(start_idx, len(seq), size))