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
Minor Fixes
Tadako now verifies that the files exist before downloading them
Added more checks for flags to reduce possible user error
Added information for `AIC`, `AIC A.S.T.A`, `AIC Build`, `AIC Classic` ,`AIC Frontier`, `AIC Plus`, `AIC Spirits` and `Ajia-Do`
Added link command
Added link command to show direct links to anime episodes (USAGE: adako <anime-title> link)
Added information for ABJ Company, Acca effe and Actas studios
Fixed episodes counter in messages and improved the already existent ones
Minor Fixes
Added logging to inform the user about loading processes
Fixed problem regarding anime episode not incrementing when --all flag was used with watch (_or none specified_) command
Added language handling. When an anime with dubbing in the default language (Italian) isn't available, the other languages will get checked until an anime is found or there are no more languages.
Fixed JavaScript and Cookies requirement
Replaced axios in favor of puppeteer as the site cannot get parsed via axios requests alone. JavaScript support is required, so puppeteer was our choice.