${podcast.title}
${tmp_cate_disp}
${podcast.date.split(' ')[0].replace('/','年').replace('/','月')}日
`;
podcastListElement.appendChild(listItem);
});
document.getElementById('podcasts_section').style.display = 'block';
document.getElementById('podcasts_section').querySelector('h2 a').setAttribute('href','/special/podcasts/?pgid=' + pgid )
})
.catch(error => {
console.error('Error fetching the JSON data:', error);
});
}
getPodcastsPgid();