anidl/multi-downloader-nx

Feature Request

Closed this issue · 1 comments

Type

crunchy

Suggestion

I'm using CR's RSS to get latest anime automatically, not using other api due to cache problem. The problem is the URLs from RSS is such as http://www.crunchyroll.com/assassination-classroom/episode-5-assembly-time-924096, which not supported by multi-downloader-nx. Can we support this type of URL for -e arg to download a episode directly? There are some other tools such as https://github.com/yt-dlp/yt-dlp and https://github.com/crunchy-labs/crunchy-cli can handle this type of URL which can refer to.

This is currently possible with the --extid flag, it takes the argument "EPI.{ID}" - replace {ID} with the ID from either the URL (the last bit with the numbers), or the field in the xml with just the ID.