Skip to content
4poc edited this page Dec 20, 2014 · 12 revisions

url.discover

This public task is created for submitted urls, the urls are delegated to other tasks based on the url alone, for instance a url of the youtube.com domain is delegated to the url.youtube task. If no suitable task was found the url is delegated to the url.generic task.

For each delegated url a item.url_delegated event is created.

Parameters:

Name Type Description
item_id int The id of an existing item the urls are added to.
urls list List of URLs.
Clone this wiki locally