Skip to content

Commit

Permalink
Update iQiyi
Browse files Browse the repository at this point in the history
更新主程序
  • Loading branch information
EvilCult authored and EvilCult committed Dec 21, 2016
1 parent e1e4146 commit ef3155c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guiClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def __showInfo (self) :
self.slave.resizable(width = 'false', height = 'false')

info = [
'Support: www.youku.com\nwww.tudou.com\ntv.sohu.com\nwww.letv.com\nwww.bilibili.com\nwww.acfun.tv',
'Support: www.youku.com\nwww.tudou.com\ntv.sohu.com\nwww.letv.com\nwww.bilibili.com\nwww.acfun.tv\nwww.iqiyi.com',
'Website: http://evilcult.github.io/Video-Downloader/',
'Special Thanks: bunnyswe(https://github.com/bunnyswe)\nliuyug(https://github.com/liuyug)'
]
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

app = guiClass.GUI()

app.version = 'Video Downloader Beta 0.9.3 r(20161013)'
app.appVer = 0.93
app.version = 'Video Downloader Beta 0.9.4 r(20161221)'
app.appVer = 0.94
app.appUrl = 'http://evilcult.github.io/Video-Downloader'
app.gitUrl = 'https://github.com/EvilCult/Video-Downloader'
app.feedUrl = 'https://github.com/EvilCult/Video-Downloader/issues'
Expand Down

0 comments on commit ef3155c

Please sign in to comment.