-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting_started.json
More file actions
32 lines (32 loc) · 881 Bytes
/
getting_started.json
File metadata and controls
32 lines (32 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"sites": [
{
"name": "IMDb",
"host": "imdb.com",
"urlRegex": "\\/title\\/tt\\d+",
"contentRegex": "tv series",
"nameExtractionRegex": "",
"nameExtractionXpath": "//span[@data-testid='hero__primary-text']/text()",
"injectionXpath": "//span[@data-testid='hero__primary-text']"
},
{
"contentRegex": "",
"host": "thetvdb.com",
"injectionXpath": "//h1[@id='series_title']",
"name": "TheTVDB",
"nameExtractionRegex": "",
"nameExtractionXpath": "//h1[@id='series_title']/text()",
"urlRegex": ""
},
{
"contentRegex": "",
"enabled": false,
"host": "thetvdb.com",
"injectionXpath": "//h1[@id='series_title']",
"name": "thetvdb",
"nameExtractionRegex": "",
"nameExtractionXpath": "//h1[@id='series_title']/text()",
"urlRegex": "series"
}
]
}