Open
Conversation
Conflicts: xfdown.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RT。
添加BT任务:这部分主要代码在 __pushtor函数,对__addtask也有修改(行号353-487)
还有一些其他一些修改,包括:
在命令行用-A添加任务,主要是为了方便路径补全,主要代码在行号 122-126,592,593
离线服务器下载失败的任务用红色标出并标明“下载失败” 代码在行号 267 268
处理ctrl+d 的情况,在行号601-603
抱歉,因为不知道怎么单独提交某个commit,所以这么混乱地提交了=w=
另外还是新手,代码写得比较难看,见谅~