Skip to content

Simplify current implementation to console program#31

Open
wihoho wants to merge 27 commits into
masterfrom
beta
Open

Simplify current implementation to console program#31
wihoho wants to merge 27 commits into
masterfrom
beta

Conversation

@wihoho
Copy link
Copy Markdown

@wihoho wihoho commented Jul 18, 2014

No description provided.

kikyous and others added 27 commits February 5, 2013 05:27
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)
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.
jk上下移动
固定cache和cookie到home下
添加q退出 jk上下移动 固定cache和cookie到home下
实现了d的界面按钮,请在deltask的request中附加上cookie
fixed bug #36 && 可以根据任务的状态调整颜色
添加了对等待中任务的颜色显示
保存qq号和密码以便自动更新cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants