wip
This commit is contained in:
@ -83,7 +83,7 @@ async function main() {
|
|||||||
for(let channelId in buffer[epgUrl].channels) {
|
for(let channelId in buffer[epgUrl].channels) {
|
||||||
let c = buffer[epgUrl].channels[channelId]
|
let c = buffer[epgUrl].channels[channelId]
|
||||||
for(let epgName of c.names) {
|
for(let epgName of c.names) {
|
||||||
let regexp = new RegExp(`^${epgName}`, 'i')
|
let regexp = new RegExp(`^${epgName}$`, 'i')
|
||||||
if(regexp.test(channel.title)) {
|
if(regexp.test(channel.title)) {
|
||||||
if(!channel.id) {
|
if(!channel.id) {
|
||||||
channel.id = c.id
|
channel.id = c.id
|
||||||
|
Reference in New Issue
Block a user