salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
16 stars 3 forks source link

Refactor naming of Crawler class to Spider #73

Open stooit opened 5 years ago

stooit commented 5 years ago

Description Currently the Crawler class refers to the crawler that generates URL list, but this is at odds with other named things (e.g DomCrawler) which causes slight confusion.

Proposed solution Refactor \Migrate\Crawler to Spider which won't clash with the namespace

Additional context None