mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Merge pull request #897 from stratumadev/master
Added crunchyroll episode date console log
This commit is contained in:
commit
10a1bda960
1 changed files with 1 additions and 1 deletions
|
|
@ -2368,7 +2368,7 @@ export default class Crunchy implements ServiceClass {
|
|||
|
||||
for (const key of Object.keys(sortedEpisodes)) {
|
||||
const item = sortedEpisodes[key];
|
||||
console.info(`[${key}] ${
|
||||
console.info(`[${key}] [${item.items[0].upload_date ? new Date(item.items[0].upload_date).toISOString().slice(0, 10) : '0000-00-00'}] ${
|
||||
item.items.find(a => !a.season_title.match(/\(\w+ Dub\)/))?.season_title ?? item.items[0].season_title.replace(/\(\w+ Dub\)/g, '').trimEnd()
|
||||
} - Season ${item.items[0].season_number} - ${item.items[0].title} [${
|
||||
item.items.map((a, index) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue