When I search rijksoverheid.nl (the main website of the Dutch government) I retrieve 384 files (60 xlsx, 323 xls, 1 unknown/xlsm) with the default set of allowed file formats (as specified in constants.py). When I add 'ods' to the list of allowed file formats and retry rijksoverheid.nl then I only retrieve 298 files (24 xlsx, 149 xls, 124 ods, 1 unknown/xlsm). I have tested both versions 3 times and the results were always like this.
So, how can it be that I retrieve less files when I add a file format?
When I search rijksoverheid.nl (the main website of the Dutch government) I retrieve 384 files (60 xlsx, 323 xls, 1 unknown/xlsm) with the default set of allowed file formats (as specified in constants.py). When I add 'ods' to the list of allowed file formats and retry rijksoverheid.nl then I only retrieve 298 files (24 xlsx, 149 xls, 124 ods, 1 unknown/xlsm). I have tested both versions 3 times and the results were always like this.
So, how can it be that I retrieve less files when I add a file format?