KevCui / animepahe-dl

:arrow_down: animepahe anime downloader
Do What The F*ck You Want To Public License
101 stars 24 forks source link

Episode names #96

Closed ayan-akd closed 9 months ago

ayan-akd commented 9 months ago

Instead of just 1,2,3,4.... is it possible to auto-name the episodes like [Anime-name]-Epi-[epi-number]?

KevCui commented 9 months ago

Hey @ayan-akd, yes, it's possible. You can change this line https://github.com/KevCui/animepahe-dl/blob/dda1c965251ba98951a4f80c5f228e5290d13cae/animepahe-dl.sh#L339 to v="$_SCRIPT_PATH/${_ANIME_NAME}/${_ANIME_NAME}-Epi-${num}.mp4". It should work.

ayan-akd commented 9 months ago

Thank you