-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Feature Summary
Automatically download new episodes of a selected series as soon as they become available on AniWorld.
Problem Description
Currently, users have to manually check whether a new episode of a series has been released and then start the download themselves.
This is inconvenient, especially for ongoing series with weekly releases or when tracking multiple shows.
Proposed Solution
Add a feature that allows users to subscribe/watch a series.
The downloader periodically checks AniWorld for new episodes and automatically downloads them at the right time once they are released.
Use Cases
- Automatic download of new episodes for ongoing series
- Running the downloader via cron jobs or server setups
- “Set and forget” workflow: select a series once, downloads happen automatically
- No need to manually visit AniWorld to check for updates
Alternative Solutions
- Manually starting downloads
- Frequently checking the website
- Using external reminders without download automation
Implementation Ideas
- Add a “watch” or “follow” mode for series (by name or URL)
- Store the last downloaded episode per series
- Periodic polling (e.g. every X hours)
- Download only when a new episode is detected
- try to get the new episode from the release calendar and check with that
- Possible CLI flags:
--watch
--auto-download - Optional notifications after successful downloads
Priority
Nice to Have
Additional Context
This feature would turn AniWorld-Downloader from a manual tool into a fully automated series downloader, ideal for currently airing shows.
Checklist
I have searched for existing feature requests before creating this
I have provided a clear description of the feature and its benefits