Search
Preparing search index...
The search index is not available
source-scraper-flowplayer-runner
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
SimpleFlowplayerScraper
Class SimpleFlowplayerScraper<SO>
Type parameters
SO
:
IRunnerScraperOptions
<
RO
>
Hierarchy
SourceRunnerScraper
<
ISimpleFlowplayerScraperSourceData
,
IFlowplayerRunnerOptions
,
IFlowplayerRunnerArgs
,
FlowplayerRunner
<
ISimpleFlowplayerScraperSourceData
>
>
SimpleFlowplayerScraper
Implements
IConfigurable
<
SO
>
IScraper
<
ISimpleFlowplayerScraperSourceData
,
SO
>
IRunnerScraper
<
ISimpleFlowplayerScraperSourceData
,
IFlowplayerRunnerOptions
,
IFlowplayerRunnerArgs
,
FlowplayerRunner
<
ISimpleFlowplayerScraperSourceData
>
,
SO
>
ISourceScraper
<
ISimpleFlowplayerScraperSourceData
,
SO
>
ISourceScraper
Index
Properties
default
Options
domains
name
runner
url
Pattern
Methods
change
Options
exec
exec
With
Args
get
Options
get
Scrap
get
Url
Data
is
Applicable
is
Applicable
Domain
scrap
scrap
From
Args
transform
Url
merge
Options
Properties
default
Options
default
Options
:
ISimpleFlowplayerScraperOptions
domains
domains
:
string
[]
= []
name
name
:
string
= "flowplayer"
runner
runner
:
FlowplayerRunner
<
ISimpleFlowplayerScraperSourceData
>
= new FlowplayerRunner<ISimpleFlowplayerScraperSourceData>()
url
Pattern
url
Pattern
:
RegExp
= /.*/i
Methods
change
Options
change
Options
(
options
:
Partial
<
SO
>
)
:
SO
Parameters
options:
Partial
<
SO
>
Returns
SO
Protected
exec
exec
(
url
:
string
, options
:
SO
)
:
Promise
<
ISimpleFlowplayerScraperSourceData
>
Parameters
url:
string
options:
SO
Returns
Promise
<
ISimpleFlowplayerScraperSourceData
>
Protected
exec
With
Args
exec
With
Args
(
__namedParameters
:
object
)
:
Promise
<
ISimpleFlowplayerScraperSourceData
>
Parameters
__namedParameters:
object
sources
:
IFlowplayerConfigSource
[]
Returns
Promise
<
ISimpleFlowplayerScraperSourceData
>
get
Options
get
Options
(
options
?:
Partial
<
SO
>
)
:
SO
Parameters
Optional
options:
Partial
<
SO
>
Returns
SO
Protected
get
Scrap
get
Scrap
(
url
:
string
, dataSupplier
:
function
)
:
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
Parameters
url:
string
dataSupplier:
function
(
)
:
Promise
<
ISimpleFlowplayerScraperSourceData
>
Returns
Promise
<
ISimpleFlowplayerScraperSourceData
>
Returns
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
get
Url
Data
get
Url
Data
(
url
:
string
, throwIfNull
:
true
)
:
RegExpExecArray
get
Url
Data
(
url
:
string
, throwIfNull
:
false
)
:
RegExpExecArray
|
null
Parameters
url:
string
throwIfNull:
true
Returns
RegExpExecArray
Parameters
url:
string
throwIfNull:
false
Returns
RegExpExecArray
|
null
is
Applicable
is
Applicable
(
url
:
string
)
:
boolean
Parameters
url:
string
Returns
boolean
is
Applicable
Domain
is
Applicable
Domain
(
domain
:
string
)
:
boolean
Parameters
domain:
string
Returns
boolean
scrap
scrap
(
url
:
string
, options
?:
SO
)
:
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
Parameters
url:
string
Optional
options:
SO
Returns
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
scrap
From
Args
scrap
From
Args
(
args
:
IFlowplayerRunnerArgs
, options
?:
SO
)
:
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
Parameters
args:
IFlowplayerRunnerArgs
Optional
options:
SO
Returns
Promise
<
Scrap
<
ISimpleFlowplayerScraperSourceData
>
>
Protected
Optional
transform
Url
transform
Url
(
url
:
string
)
:
string
Parameters
url:
string
Returns
string
Static
merge
Options
merge
Options<O>
(
o1
:
O
, o2
:
Partial
<
O
>
|
O
|
undefined
)
:
O
merge
Options<O>
(
o1
:
O
|
Partial
<
O
>
|
undefined
, o2
:
O
)
:
O
merge
Options<O>
(
o1
:
Partial
<
O
>
|
undefined
, o2
:
Partial
<
O
>
)
:
Partial
<
O
>
merge
Options<O>
(
o1
:
Partial
<
O
>
, o2
:
Partial
<
O
>
|
undefined
)
:
Partial
<
O
>
merge
Options<O>
(
o1
:
Partial
<
O
>
|
undefined
, o2
:
Partial
<
O
>
|
undefined
)
:
Partial
<
O
>
|
undefined
Type parameters
O
:
IOptions
Parameters
o1:
O
o2:
Partial
<
O
>
|
O
|
undefined
Returns
O
Type parameters
O
:
IOptions
Parameters
o1:
O
|
Partial
<
O
>
|
undefined
o2:
O
Returns
O
Type parameters
O
:
IOptions
Parameters
o1:
Partial
<
O
>
|
undefined
o2:
Partial
<
O
>
Returns
Partial
<
O
>
Type parameters
O
:
IOptions
Parameters
o1:
Partial
<
O
>
o2:
Partial
<
O
>
|
undefined
Returns
Partial
<
O
>
Type parameters
O
:
IOptions
Parameters
o1:
Partial
<
O
>
|
undefined
o2:
Partial
<
O
>
|
undefined
Returns
Partial
<
O
>
|
undefined
Globals
Flowplayer
Runner
Flowplayer
Source
Simple
Flowplayer
Scraper
default
Options
domains
name
runner
url
Pattern
change
Options
exec
exec
With
Args
get
Options
get
Scrap
get
Url
Data
is
Applicable
is
Applicable
Domain
scrap
scrap
From
Args
transform
Url
merge
Options
IFlowplayer
Clip
IFlowplayer
Config
IFlowplayer
Config
Source
IFlowplayer
Runner
IFlowplayer
Runner
Args
IFlowplayer
Source
IFlowplayer
Runner
Options
ISimple
Flowplayer
Scraper
Options
ISimple
Flowplayer
Scraper
Source
Data
Generated using
TypeDoc