You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the main features of this app is to download anime episodes just by interacting with a command line. For this, we need to do:
Detect allowed methods to download. Ex: ZippyShare, Mega...
Implement sub-modules for each allowed method (important checking the download host terms and conditions before implement an interface to scraping it) - this is an incremental feature, just making the download method general and interfacing specialized methods is enough
The text was updated successfully, but these errors were encountered:
One of the main features of this app is to download anime episodes just by interacting with a command line. For this, we need to do:
The text was updated successfully, but these errors were encountered: