Internals

class magellan.models.SpiderProfile(*args, **kwargs)[source]

Represents a site to spider.

exception DoesNotExist
exception SpiderProfile.MultipleObjectsReturned
SpiderProfile.get_extractor_class()[source]

Dynamically imports a the module+class specified by extraction_plugin and returns an instance of it. Or returns the BaseExtractor, if none is set.

SpiderProfile.objects = <django.db.models.manager.Manager object at 0x43bba10>

Project Versions

Previous topic

Custom Content Extraction Plugins

This Page