Archive function improvment #302
Replies: 2 comments
-
I would also like to see this improvement, if possible |
Beta Was this translation helpful? Give feedback.
-
i think you are looking for the
$ crunchy-cli archive --skip-existing-method audio --skip-existing-method video https://www.crunchyroll.com/series/GY8VEQ95Y/darling-in-the-franxx |
Beta Was this translation helpful? Give feedback.
-
I currently use this command to download multiple shows:
crunchy-cli -q --user-agent "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)" archive -a en-US -a de-DE -a ja-JP -s en-US -s de-DE --skip-existing --yes --include-fonts -o "/mnt/loader/{series_name}/{series_name} - S{season_number}E{episode_number}.mkv" $(cat series.txt)
The problem I run into is that it will also download episodes that are only available in ja-JP. I run my command on a regular basis so that I get the updated and new episodes automatically.
Would it be possible for the archive function to not only check if the file is already downloaded but also check the audio tracks. So that if I run the command on a show that updated the episodes with English and German audio it will then compare chrunchyroll = local file and compare the audio tracks available and if chrunchyroll has additional audio tracks specified in the command line ... -a en-US -a de-DE -a ja-JP ... it will re-download the episode and replace it on the local storage.
Would that be possible or is there a different way to accomplish that ?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions