Skip to main content

A library for Nicovideo

Project description

http://www.nicovideo.jp/

Features

  • Get a video information

  • Mylist manipulation

  • Get the video informations from new arrival

  • Get the video informations by tag search

  • Video download

Requirements

  • Python 3.x and later

Installation

from pypi:

% pip install nicovideo

from source:

% python setup.py install

Usage

from nicovideo import Nicovideo

nico = Nicovideo()
nico.append('sm9')
nico.append('sm3504435')
for v in nico:
   print(v.video_id)
   print(v.title)
   print(v.description)
   print(v.watch_url)

See source for more details.

LICENSE

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nicovideo-1.0.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page