Preparing search index...
The search index is not available
YouTube Extractor
YouTube Extractor
SearchOptions
Interface SearchOptions
interface
SearchOptions
{
filterType
?:
"video"
|
"channel"
|
"playlist"
|
"film"
|
"programme"
;
requestOptions
?:
{
dispatcher
?:
Dispatcher
;
}
&
Omit
<
RequestOptions
,
"path"
|
"origin"
|
"method"
>
&
Partial
<
Pick
<
RequestOptions
,
"method"
>
>
;
}
Index
Properties
filter
Type?
request
Options?
Properties
Optional
filter
Type
filter
Type
?:
"video"
|
"channel"
|
"playlist"
|
"film"
|
"programme"
Optional
request
Options
request
Options
?:
{
dispatcher
?:
Dispatcher
;
}
&
Omit
<
RequestOptions
,
"path"
|
"origin"
|
"method"
>
&
Partial
<
Pick
<
RequestOptions
,
"method"
>
>
Type declaration
Optional
dispatcher
?:
Dispatcher
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
filter
Type
request
Options
YouTube Extractor
Loading...