NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface ThreadsOptions

    Configuration options for HTTP requests

    RequestConfig

    interface ThreadsOptions {
        timeout?: number;
        headers?: Record<string, string>;
        retries?: number;
        retryDelay?: number;
        imagesOnly?: boolean;
        videosOnly?: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    timeout?: number
    headers?: Record<string, string>
    retries?: number
    retryDelay?: number
    imagesOnly?: boolean

    Whether to include only images

    videosOnly?: boolean

    Whether to include only videos