mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
fix #19: remove download URL
This commit is contained in:
parent
3341bddfca
commit
c49c1f0496
1
setup.py
1
setup.py
@ -17,7 +17,6 @@ setup(
|
|||||||
author = proj_info['author'],
|
author = proj_info['author'],
|
||||||
author_email = proj_info['author_email'],
|
author_email = proj_info['author_email'],
|
||||||
url = proj_info['url'],
|
url = proj_info['url'],
|
||||||
download_url = proj_info['download_url'],
|
|
||||||
license = proj_info['license'],
|
license = proj_info['license'],
|
||||||
|
|
||||||
description = proj_info['description'],
|
description = proj_info['description'],
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
"author": "Mort Yao",
|
"author": "Mort Yao",
|
||||||
"author_email": "mort.yao@gmail.com",
|
"author_email": "mort.yao@gmail.com",
|
||||||
"url": "http://www.soimort.org/you-get/",
|
"url": "http://www.soimort.org/you-get/",
|
||||||
"download_url": "https://github.com/soimort/you-get/zipball/master",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
||||||
"description": "A YouTube/Youku video downloader written in Python 3.",
|
"description": "A YouTube/Youku video downloader written in Python 3.",
|
||||||
|
Loading…
Reference in New Issue
Block a user