Metadata-Version: 1.1
Name: ThunderParser
Version: 0.13.1
Summary: Parse the software of thunder download url
Home-page: http://zhuzhulang.11.7cloud.net/
Author: fly
Author-email: zhuzhulang@126.com
License: BSD License
Description: About(关于)
        ============
        
        该包主要是解析迅雷URL中的地址为真实地址。使用方法如下::
        
            from ThunderParser.parser_thunder import parser
            url = 'The download url of thunder'                     # 迅雷的下载地址
            print parser(url)                                       #  获取到真实资源地址
        
        
        #########################
        Version(版本) 0.13.1
        #########################
        
        - 尝试修复URL因为不合法导致解析出错的问题。(Try to fix the error cause by a unvalid url)
        - 对于无法修复的URL给予异常提示。(Give tips for the url which can not be repaired for abnormal)
        
        ###############
        Version 0.13
        ###############
        
        - 新增模块的使用方式
        
Keywords: download,parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
