{ "info": { "author": "Naoya Inada", "author_email": "naoina@kuune.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "A library for Nicovideo\n============================================================\n\nhttp://www.nicovideo.jp/\n\nFeatures\n--------\n\n- Get a video information\n- Mylist manipulation\n- Get the video informations from new arrival\n- Get the video informations by tag search\n- Video download\n\nRequirements\n------------\n\n- Python 3.x and later\n\nInstallation\n------------\n\nfrom pypi::\n\n % pip install nicovideo\n\nfrom source::\n\n % python setup.py install\n\nUsage\n-----\n\n::\n\n from nicovideo import Nicovideo\n\n nico = Nicovideo()\n nico.append('sm9')\n nico.append('sm3504435')\n for v in nico:\n print(v.video_id)\n print(v.title)\n print(v.description)\n print(v.watch_url)\n\nSee source for more details.\n\nLICENSE\n-------\n\nMIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/naoina/nicovideo", "keywords": "nicovideo", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nicovideo", "package_url": "https://pypi.org/project/nicovideo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nicovideo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/naoina/nicovideo" }, "release_url": "https://pypi.org/project/nicovideo/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A library for Nicovideo", "version": "1.0.0" }, "last_serial": 1282932, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5ce0d8b4861e5d7a0f863ddf5047666d", "sha256": "ceefe1049d10a89a083e8dc66a5f8a1cb64abf69cf82754c00ebf68441a22f24" }, "downloads": -1, "filename": "nicovideo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5ce0d8b4861e5d7a0f863ddf5047666d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1561, "upload_time": "2014-10-26T02:43:17", "url": "https://files.pythonhosted.org/packages/2c/1e/c0dbe6bb62fd3cd2d1d8f0f12b9f26bfd963df05a9d0359ca8cb3e31ec8f/nicovideo-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ce0d8b4861e5d7a0f863ddf5047666d", "sha256": "ceefe1049d10a89a083e8dc66a5f8a1cb64abf69cf82754c00ebf68441a22f24" }, "downloads": -1, "filename": "nicovideo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5ce0d8b4861e5d7a0f863ddf5047666d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1561, "upload_time": "2014-10-26T02:43:17", "url": "https://files.pythonhosted.org/packages/2c/1e/c0dbe6bb62fd3cd2d1d8f0f12b9f26bfd963df05a9d0359ca8cb3e31ec8f/nicovideo-1.0.0.tar.gz" } ] }