vrienstudios / anime-dl

Download anime, novels, manga, and nsfw content for offline consumption.
BSD 3-Clause "New" or "Revised" License
160 stars 10 forks source link

Complete redesign and rework of anime-dl and the separation of ADLCore from the front-end. #117

Closed ShujianDou closed 2 years ago

ShujianDou commented 2 years ago

ADLCore was created in the process of creating our own scraper; this pull request makes a major design change, which should have been accomplished, as soon as we made a separate library for anime-dl. However, due to not foreseeing the mishmash and unusability of ADLCore, we pursued down a complete integration between anime-dl and ADLCore.

This has been fixed; the two projects have been completely separated, and ADLCore has been rewritten in Nim to be much leaner and versatile than it was in the .NET environment.

ShujianDou commented 2 years ago

Please note, this pull request is not yet finished.