A library for Nicovideo
Project description
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file nicovideo-1.0.0.tar.gz
.
File metadata
- Download URL: nicovideo-1.0.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceefe1049d10a89a083e8dc66a5f8a1cb64abf69cf82754c00ebf68441a22f24 |
|
MD5 | 5ce0d8b4861e5d7a0f863ddf5047666d |
|
BLAKE2b-256 | 2c1ec0dbe6bb62fd3cd2d1d8f0f12b9f26bfd963df05a9d0359ca8cb3e31ec8f |