Files
dp/iplayr/hainatv.json
2026-03-27 18:03:09 +08:00

53 lines
2.0 KiB
JSON

{
"uuid": "6ed73adf-8c3e-46dd-a8cd-64a7dfe491d2",
"title": "海纳TV",
"episode_flag": true,
"landscape_flag": false,
"referer": "",
"open_with_safari_flag":true,
"category": [
{
"title": "剧集",
"url0": "https://www.hainatv.net/index.php/vod/type/id/2.html",
"url1": "https://www.hainatv.net/index.php/vod/type/id/2/page/{pg}.html"
},
{
"title": "动漫",
"url0": "https://www.hainatv.net/index.php/vod/type/id/4.html",
"url1": "https://www.hainatv.net/index.php/vod/type/id/4/page/{pg}.html"
},
{
"title": "综艺",
"url0": "https://www.hainatv.net/index.php/vod/type/id/3.html",
"url1": "https://www.hainatv.net/index.php/vod/type/id/3/page/{pg}.html"
}
],
"vod_node": "//ul[contains(@class, 'hl-vod-list')]//li",
"vod_info": "",
"vod_score": "//div[@class='module-item-douban']",
"vod_title": "//div[contains(@class, 'hl-item-title')]/a",
"vod_image_id": "//a[contains(@class, 'hl-item-thumb')]/@data-original",
"vod_image_regex": "",
"vod_image_url": "https://www.hainatv.net{id}",
"vod_link_id": "//div[contains(@class, 'hl-item-title')]/a/@href",
"vod_link_url": "https://www.hainatv.net{id}",
"play_regex": "",
"play_url": "{id}",
"playlist_flag": true,
"playlist_group_node": "//ul[contains(@class, 'hl-plays-list')]",
"playlist_title": "//li",
"playlist_link_id": "//a/@href",
"playlist_link_url": "https://www.hainatv.net{id}",
"playlist_info": "//li[contains(@class, 'blurb')]",
"search_flag": true,
"search_url_first_page": "https://www.hainatv.net/index.php/vod/search.html?wd={wd}&submit=",
"search_url_other_page": "https://www.hainatv.net/index.php/vod/search/page/{pg}/wd/{wd}.html",
"search_vod_node": "//ul[contains(@class, 'hl-one-list')]//li",
"search_vod_title": "/div[contains(@class, 'hl-item-title')]/a",
"search_vod_image_id": "//a[contains(@class, 'hl-item-thumb')]/@data-original",
"search_vod_image_regex": "",
"search_vod_image_url": "https://www.hainatv.net{id}",
"search_vod_link_id": "//div[contains(@class, 'hl-item-title')]/a/@href",
"search_vod_link_url": "https://www.hainatv.net{id}"
}