Home

Awesome

<div align="center"> <img src="mangadownloader/md.ico" alt="Logo" style="width: 100px" /> <h1>Free Manga Downloader 2 (FMD2)</h1>

<sup>(Forked from https://github.com/fmd-project-team/FMD)</sup>

Supported Websites

Download

Latest release
Download latest release (Win32) Download latest release (Win64)

</div> <div align="center"> <details> <summary> <h2>Project Samples</h2> </summary>

image image image

</details> </div>

About FMD

This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. The source code was released under the GPLv2 license.

Some useful arguments that can be used in FMD2:

Build instructions

In order to build FMD from the source code, you must install the latest stable version of Lazarus and Free Pascal Compiler:
Lazarus

To compile FMD some packages and components are needed. You can download and install most of them by the built-in Online Package Manager (OPM).
The following packages and components are used for building FMD:
Synapse 40.1 <sup>(Compile before "InternetTools")</sup>
DCPCrypt
RichMemo
LCL Extensions <sup>(Compile before "VirtualTreeViewV5")</sup>
VirtualTreeViewV5
MultiLog
InternetTools

After everything is installed, open the file md.lpi by using Lazarus IDE.
To compile and build the source code of FMD select Run -> Build. If everything is ok, the binary file should be in FMD_source_code_folder/bin.

By default InternetTools uses FLRE and PUCU for its regex engine. Just copy the FLRE.pas and PUCU.pas to InternetTools\data folder. You can use Sorokin's RegExpr engine that comes with lazarus by adjusting the defines. But it's not recommended since the author of InternetTools prefer FLRE and doesn't always check the Sorokin's RegExpr compatibility when making an update.

Try to Clean up and build within lazarus if it still fail to compile.

Some other external 3rd party tools and libraries are used as well:
7-Zip
Duktape
WebP (libwebp)
Lua
OpenSSL
SQLite
Brotli

These tools and libraries are not part of the source. You have to either download pre-compiled binaries, compile them yourself or just copy them from the latest FMD releases.

Localization

Translations are stored inside languages folder with .po extension.
In order to translate FMD to your native language you can copy fmd.po and rename it to fmd.xx.po, where xx stand for two-letter language code.
Additionally you can add country code at the end of language code. For reference you can look at http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes and http://en.wikipedia.org/wiki/ISO_3166-1. For example id_ID will be recognized as Bahasa Indonesia (Indonesia).
To translate the content of the file you need to use translation tools like Poedit.
Once you have finished translating all of its content you can launch FMD and it will automatically detect your new languages upon startup.