Download script + fixed radio ch count

This commit is contained in:
2022-05-29 18:19:09 +08:00
parent c171e63a9e
commit 9f538f2665
3 changed files with 7 additions and 2 deletions

View File

@@ -24,8 +24,7 @@ if (!empty($_GET['getinfo'])) {
curl_close($ch);
unset($ch);
$matches = [];
preg_match_all("/^#EXTINF:-?[\d](?:(\s?url-tvg=\".*\")?(\stvg-logo=\".*\")?(\stvg-name=\".*\")?(\sgroup-title=\".*\")?)\s?,\s?(.*)/m",
$content, $matches);
preg_match_all("/^#EXTINF:-?[\d](?:(\s?url-tvg=\".*\")?(\stvg-logo=\".*\")?(\stvg-name=\".*\")?(\stvg-id=\".*\")?(\sgroup-title=\".*\")?)\s?,\s?(.*)/m", $content, $matches);
unset($content);
$channels = $matches[5];
unset($matches);