${function() {
const currentUrl = data.skit_series_info[0].url;
const current = data.skit_series_info[0].episodes_number;
const currentStr = String(current == null ? '' : current).trim();
const isTrailer = currentStr === '0' || /^trailer$/i.test(currentStr);
const currentLabel = isTrailer ? 'Trailer' : currentStr;
const meta = data.skit_meta_fields;
let total = 1;
if(meta){
const obj = meta.find(item => item.key === 'EpisodeNumber');
if(obj){
total = obj.value;
}
}
const a = 'EpisodeNumber'
return `
`;
}()}
${data.skit_title}
${currentLabel ? 'EP.' + currentLabel : ''}
/ EP.${total}
${data.skit_describe.replace('<p>','').replace('</p>','')}
${function() {
return `
`;
}()}
All the drama has been shown.