Update tv.dir.bg

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:39:39 +03:00
parent 49e629ae30
commit c2115d5180
2 changed files with 106 additions and 107 deletions

View File

@@ -66,8 +66,7 @@ module.exports = {
return {
lang: 'bg',
site_id: $item.attr('href').replace('tv_channel.php?id=', ''),
name: $item.find('div.thumbnail > img').attr('alt'),
logo: $item.find('div.thumbnail > img').data('src')
name: $item.find('div.thumbnail > img').attr('alt')
}
})
}