mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
585 B
JSON
18 lines
585 B
JSON
{
|
|
"name": "SlingBox",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "The Slingbox is a TV streaming media device that encodes video for transmission over the Internet",
|
|
"website": "http://slingbox.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:_sling_skey=[^;]+)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- Footer start -->\\s+<div id=\"footer_center\">\\s+<p>Portal Version: ([^,]+), Plugin Version: )",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|