- Issue created by @baikho
- First commit to issue fork.
It appears that the scraping already occurs during the initialising process via either drush ms, drush mim or drush mr, whilst it should only scrape during the migrate import command.
Run either of the drush status, migrate or rollback commands. All will scrape the URLs.
I believe we should shift the logic from initializeIterator()
to prepareRow()
, which would then only initiate the scraping at runtime of drush mim during the execution of the relevant row (URL) instead of scraping all URLs at once.
Review the change, create a patch/MR and test.
N/A
N/A
N/A
Active
1.0
Code