Metadata-Version: 2.0
Name: gazeru
Version: 3.0.5
Summary: A crawler for niconico
Home-page: http://github.com/roronya/gazeru
Author: roronya
Author-email: roronya628@gmail.com
License: MIT
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
Requires-Dist: beautifulsoup4
Requires-Dist: mutagen
Requires-Dist: nicopy
Requires-Dist: requests

gazeru
======

ニコニコ動画の音声ダウンローダです
マイリスト単位で登録して、指定されたディレクトリに保存します

installation
============

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


