update you-get.json

This commit is contained in:
Mort Yao 2015-10-21 23:56:05 +02:00
parent af85478da6
commit 2e30bc9825

View File

@ -1,38 +1,39 @@
{ {
"name": "you-get", "name": "you-get",
"author": "Mort Yao", "author": "Mort Yao",
"author_email": "mort.yao@gmail.com", "author_email": "mort.yao@gmail.com",
"url": "https://you-get.org/", "url": "https://you-get.org/",
"license": "MIT", "license": "MIT",
"description": "A YouTube/Youku/Niconico video downloader written in Python 3.", "description": "Dumb downloader that scrapes the web",
"keywords": "video download youtube youku niconico", "keywords": "video download youtube youku niconico",
"classifiers": [ "classifiers": [
"Development Status :: 3 - Alpha", "Development Status :: 4 - Beta",
"Environment :: Console", "Environment :: Console",
"Environment :: Web Environment", "Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers", "License :: OSI Approved :: MIT License",
"License :: OSI Approved :: MIT License", "Operating System :: OS Independent",
"Natural Language :: English", "Programming Language :: Python",
"Operating System :: OS Independent", "Programming Language :: Python :: 3",
"Programming Language :: Python", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.5", "Topic :: Internet",
"Topic :: Internet", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia",
"Topic :: Multimedia", "Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Video", "Topic :: Multimedia :: Sound/Audio",
"Topic :: Utilities" "Topic :: Multimedia :: Video",
], "Topic :: Utilities"
],
"console_scripts": [ "console_scripts": [
"you-get = you_get.__main__:main" "you-get = you_get.__main__:main"
] ]
} }