Conversation
Replace print() with _print()
Fix this issue
File "/home/jiasui/repos/xfdown/xfdown_api.py", line 274, in getlist
print (_('无离线任务!'))UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
Update xfdown_api.py
BTW, Fix following issue,
Traceback (most recent call last):
File "./xfdown.py", line 134, in <module>
XFdownUi().main()
File "./xfdown.py", line 96, in main
self.work()
File "./xfdown.py", line 100, in work
xf.download(self.getSelected())
File "/home/trinity/Workspace/xfdown/xfdown_api.py", line 111, in download
self.gethttp(lists)
File "/home/trinity/Workspace/xfdown/xfdown_api.py", line 306, in gethttp
self.filehttp[num]=(re.search(r'\"com_url\":\"(.+?)\"\,\"',str).group(1))
AttributeError: 'NoneType' object has no attribute 'group'
Use new api to get task list.
添加q退出 jk上下移动 固定cache和cookie到home下
实现了d的界面按钮,请在deltask的request中附加上cookie
fixed bug #36 && 可以根据任务的状态调整颜色
添加了对等待中任务的颜色显示
保存qq号和密码以便自动更新cookies
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.
No description provided.