Skip to content

Commit

Permalink
fix #19: remove download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Oct 23, 2012
1 parent 3341bdd commit c49c1f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
author = proj_info['author'],
author_email = proj_info['author_email'],
url = proj_info['url'],
download_url = proj_info['download_url'],
license = proj_info['license'],

description = proj_info['description'],
Expand Down
1 change: 0 additions & 1 deletion you-get.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Mort Yao",
"author_email": "mort.yao@gmail.com",
"url": "http://www.soimort.org/you-get/",
"download_url": "https://github.com/soimort/you-get/zipball/master",
"license": "MIT",

"description": "A YouTube/Youku video downloader written in Python 3.",
Expand Down

0 comments on commit c49c1f0

Please sign in to comment.