Browse Source

Release 2012.09.27

rtmp_test 2012.09.27
Philipp Hagemeister 12 years ago
parent
commit
b5de8af234
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      LATEST_VERSION
  2. BIN
      youtube-dl
  3. +1
    -1
      youtube_dl/__init__.py

+ 1
- 1
LATEST_VERSION View File

@ -1 +1 @@
2012.02.27
2012.09.27

BIN
youtube-dl View File


+ 1
- 1
youtube_dl/__init__.py View File

@ -19,7 +19,7 @@ __authors__ = (
)
__license__ = 'Public Domain'
__version__ = '2012.02.27'
__version__ = '2012.09.27'
UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'
UPDATE_URL_VERSION = 'https://raw.github.com/rg3/youtube-dl/master/LATEST_VERSION'


Loading…
Cancel
Save