Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

DownloadService

Ricter Zheng edited this page May 14, 2016 · 3 revisions

DownloadService 类

https://github.com/RicterZ/BGmi/blob/master/bgmi/services.py

__init__ 方法

实例化 DownloadService 需要提供三个参数。

  • torrent:磁力链接地址
  • overwrite:是否覆盖源文件
  • save_path:文件储存路径

download 方法

根据提供的三个成员变量进行下载的方法。

install 方法

install 方法是静态方法,需要用 @staticmethod 修饰。
install 方法是安装下载所需程序的方法。请参考 XunleiLixianDownload 的具体实现。

Clone this wiki locally