mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "you-get",
|
|
"author": "Mort Yao",
|
|
"author_email": "mort.yao@gmail.com",
|
|
"url": "https://you-get.org/",
|
|
"license": "MIT",
|
|
|
|
"description": "Dumb downloader that scrapes the web",
|
|
"keywords": "video download youtube youku niconico",
|
|
|
|
"classifiers": [
|
|
"Development Status :: 4 - Beta",
|
|
"Environment :: Console",
|
|
"Intended Audience :: Developers",
|
|
"Intended Audience :: End Users/Desktop",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
"Programming Language :: Python :: 3.0",
|
|
"Programming Language :: Python :: 3.1",
|
|
"Programming Language :: Python :: 3.2",
|
|
"Programming Language :: Python :: 3.3",
|
|
"Programming Language :: Python :: 3.4",
|
|
"Programming Language :: Python :: 3.5",
|
|
"Programming Language :: Python :: 3.6",
|
|
"Topic :: Internet",
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
"Topic :: Multimedia",
|
|
"Topic :: Multimedia :: Graphics",
|
|
"Topic :: Multimedia :: Sound/Audio",
|
|
"Topic :: Multimedia :: Video",
|
|
"Topic :: Utilities"
|
|
],
|
|
|
|
"console_scripts": [
|
|
"you-get = you_get.__main__:main"
|
|
]
|
|
}
|