Hello,
I am getting this error message when trying to use PlaywrightCrawler: AttributeError module 'browserforge.download' has no attribute 'DATA_FILES'
Example code:
from crawlee.crawlers import PlaywrightCrawler, PlaywrightCrawlingContext
python --version
Python 3.14.3
python -c 'import crawlee; print(crawlee.__version__)'
1.3.1