Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: wwqgtxx <[email protected]>
  • Loading branch information
wwqgtxx committed Jun 24, 2016
1 parent bfff70e commit 8862564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wwqLyParse(wwq猎影解析插件)

一个为猎影视频下载提供解析的插件,本插件本质上只提供解析列表的功能,但是插件内含对[you-get](https://github.com/soimort/you-get)以及 @sceext2 的 parse_video 解析结果的支持,可以将[you-get](https://github.com/soimort/you-get)和 parse_video 的解析结果输出到猎影中进行下载,在此鸣谢[you-get](https://github.com/soimort/you-get)项目和 @sceext2
一个为猎影视频下载提供解析的插件,本插件提供解析列表和一部分视频网站视频的功能,而且插件内含对[you-get](https://github.com/soimort/you-get)以及 @sceext2 的 parse_video 解析结果的支持,可以将[you-get](https://github.com/soimort/you-get)和 parse_video 的解析结果输出到猎影中进行下载,在此鸣谢[you-get](https://github.com/soimort/you-get)项目和 @sceext2
---

## 下载地址:[github下载](https://github.com/wwqgtxx/wwqLyParse/releases)
Expand Down
3 changes: 2 additions & 1 deletion wwqLyParse/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def debug(input):
print (((str(input))).encode('gbk', 'ignore').decode('gbk') )

def main():
debug(GetVersion(debug=True))
#debug(GetVersion(debug=True))
Cleanup()
debug(Parse('http://www.iqiyi.com/lib/m_209445514.html?src=search'))
#debug(Parse('http://www.iqiyi.com/a_19rrhacdwt.html#vfrm=2-4-0-1'))
#debug(Parse('http://www.iqiyi.com/a_19rrhaare5.html'))
Expand Down

0 comments on commit 8862564

Please sign in to comment.