mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "you-get",
|
|
"author": "Mort Yao",
|
|
"author_email": "mort.yao@gmail.com",
|
|
"url": "http://www.soimort.org/you-get/",
|
|
"license": "MIT",
|
|
|
|
"description": "A YouTube/Youku video downloader written in Python 3.",
|
|
"keywords": "video download youtube youku",
|
|
|
|
"classifiers": [
|
|
"Development Status :: 2 - Pre-Alpha",
|
|
"Environment :: Console",
|
|
"Environment :: Web Environment",
|
|
"Intended Audience :: End Users/Desktop",
|
|
"Intended Audience :: Developers",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Natural Language :: English",
|
|
"Operating System :: OS Independent",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.0",
|
|
"Programming Language :: Python :: 3.1",
|
|
"Programming Language :: Python :: 3.2",
|
|
"Programming Language :: Python :: 3.3",
|
|
"Topic :: Internet",
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
"Topic :: Multimedia",
|
|
"Topic :: Multimedia :: Video",
|
|
"Topic :: Utilities"
|
|
],
|
|
|
|
"console_scripts": [
|
|
"you-get = you_get.main:main"
|
|
]
|
|
}
|