mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update rthk.hk.config.js
This commit is contained in:
@@ -44,14 +44,14 @@ module.exports = {
|
||||
}
|
||||
|
||||
function parseIcon($item) {
|
||||
return $item('*').data('p')
|
||||
return $item('.single-wrap').data('p')
|
||||
}
|
||||
|
||||
function parseCategories($item) {
|
||||
let cate = $item('*').data('cate')
|
||||
let cate = $item('.single-wrap').data('cate') || ''
|
||||
let [_, categories] = cate.match(/^\|(.*)\|$/) || [null, '']
|
||||
|
||||
return categories.split('||')
|
||||
return categories.split('||').filter(Boolean)
|
||||
}
|
||||
|
||||
function parseTitle($item) {
|
||||
|
||||
Reference in New Issue
Block a user