mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
individual provider runs
This commit is contained in:
@@ -46,3 +46,8 @@ export type FullScraperEvents = {
|
||||
// start scraping an item.
|
||||
start?: (id: string) => void;
|
||||
};
|
||||
|
||||
export type IndividualScraperEvents = {
|
||||
// update progress percentage and status of the currently scraping item
|
||||
update?: (evt: UpdateEvent) => void;
|
||||
};
|
||||
|
Reference in New Issue
Block a user