Metadata-Version: 1.1
Name: gazeru
Version: 2.0.0
Summary: A crawler for niconico
Home-page: http://github.com/roronya/gazeru
Author: roronya
Author-email: roronya628@gmail.com
License: MIT
Description: gazeru
        ======
        
        ニコ動からマイリスト単位で指定してダウンロードしてきて音声データだけ抽出して指定されたディレクトリに保存します。
        
        installation
        ============
        
        2系のサポートしてません ## ffmpeg, swftools のインストール 省略
        
        pip で gazeru をインストール
        ----------------------------
        
        ::
        
            pip install gazeru
        
        usage
        =====
        
        init でニコニコ動画のログイン情報とダウンロード先のディレクトリを指定
        
        ::
        
            $ gazeru init niconico_user niconico_password download_directory
        
        http://www.nicovideo.jp/mylist/6280579
        
        をダウンロードしたい場合 add で URL の末尾の数字を渡す
        
        ::
        
            $ gazeru add 6280579
        
        pull でダウンロードが開始
        
        ::
        
            $ gazeru pull
        
        その他
        
        ::
        
            $ gazeru -h
        
Keywords: niconico crawler
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
