GithubHelp home page GithubHelp logo

czz1233 / snail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acgist/snail

0.0 0.0 0.0 10.51 MB

基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼

Home Page: https://www.acgist.com/snail

License: Apache License 2.0

Java 99.27% CSS 0.73%

snail's Introduction

Snail(蜗牛)

基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。

Java JavaFX GitHub stars Gitee stars
GitHub Workflow Status GitHub release (latest by date) Maven Central GitHub code size in bytes GitHub


结构

项目 描述
snail 下载核心
snail-javafx 电脑界面

电脑界面只是方便操作,下载核心包含所有下载协议,可以完全独立使用。

使用

稳定版本下载

编译

mvn clean package -P release -D skipTests

推荐使用Release编译

Gui

java -server -Xms128m -Xmx256m -jar snail.javafx-{version}.jar

Maven

<dependency>
	<groupId>com.acgist</groupId>
	<artifactId>snail</artifactId>
	<version>{release.version}</version>
</dependency>
final Snail snail = SnailBuilder.getInstance()
	.enableAllProtocol()
	.buildSync();
// BT任务需要注册文件选择事件
// GuiContext.register(new MultifileEventAdapter());
snail.download("https://www.acgist.com");
snail.lockDownload();

帮助

开发帮助

使用帮助

依赖

项目 许可
slf4j MIT
JavaFX GPLv2 + CE
OpenJDK GPLv2 + CE

其他

Git

GITEE:https://gitee.com/acgist/snail

GITHUB:https://github.com/acgist/snail

协议

协议信息

界面

蜗牛 统计

界面操作

贡献

提交PR前请阅读代码规范贡献规范

问题和建议请提交到Issues,提交前请阅读贡献规范

谢谢!

捐赠

捐赠

服务器

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.