mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 13:37:15 +08:00
Revert unintentional pushed changes to setup.py and version.py.
This commit is contained in:
parent
ef2b544cac
commit
9c71d02fb8
4
setup.py
4
setup.py
@ -75,12 +75,12 @@ exec(compile(open('youtube_dl/version.py').read(),
|
||||
'youtube_dl/version.py', 'exec'))
|
||||
|
||||
setup(
|
||||
name='jake_youtube_dl',
|
||||
name='youtube_dl',
|
||||
version=__version__,
|
||||
description='YouTube video downloader',
|
||||
long_description='Small command-line program to download videos from'
|
||||
' YouTube.com and other video sites.',
|
||||
url='https://github.com/GrumpyOldTroll/youtube-dl',
|
||||
url='https://github.com/rg3/youtube-dl',
|
||||
author='Ricardo Garcia',
|
||||
author_email='ytdl@yt-dl.org',
|
||||
maintainer='Philipp Hagemeister',
|
||||
|
@ -1,3 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2015.05.12.j3'
|
||||
__version__ = '2015.05.10'
|
||||
|
Loading…
x
Reference in New Issue
Block a user