Netdisk-fast-download is a cloud storage link parser and download service that converts cloud drive sharing links into direct download links.
The tool solves the problem of accessing files shared through cloud storage services by parsing sharing links and extracting direct download URLs. It works by aggregating support for multiple mainstream cloud storage providers, allowing users to input a sharing link and receive a direct link suitable for downloading, embedding in websites, or integrating into applications. The service handles encrypted shares and folder shares where supported by the underlying platform.
The tool suits developers building download sites, resource repositories, personal blogs, image hosting services, app update systems, or video streaming platforms who need to work with cloud storage shares. It supports a range of providers including Lanzou Cloud, UC Drive, Quark Drive, 123 Cloud, and others. The project offers both a public free parsing service and a professional version, with API documentation available for integration. Developers can extend functionality by writing custom parsers using JavaScript or by developing parser modules directly.
The project maintains active continuous integration with automated builds. Development is conducted in Java using the Vert.x framework. The codebase includes comprehensive documentation covering quick-start guides, API integration, custom parser development, and JavaScript parser implementation. The project provides both command-line usage examples and web-based interfaces for accessing the parsing functionality.