Skip to content

Refactor converters.py to submodule

Summary

converters.py is becoming very crowded. I propose to refactor it into a converters submodule, the __init__.py of which should import all standard converters. This way, we can split the file into several, and add new converters without problems. This should not change any scripts since we can continue to import caoscrawler.converters.<name-of-converter>.