]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/__init__.py
Switch Vimeo to scraping: fixes #285
[youtube-dl.git] / youtube_dl / __init__.py
index a91a379f865469dd9971980a23e2c4c4ed7a5945..789724041be58dc3494057bc8e132efe0e090aa4 100755 (executable)
@@ -18,7 +18,7 @@ __authors__  = (
        )
 
 __license__ = 'Public Domain'
-__version__ = '2012.02.26'
+__version__ = '2012.02.27'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'