release 2011.09.18c: Prefer mp4 over webm
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 16 Sep 2011 22:58:44 +0000 (00:58 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 16 Sep 2011 22:58:44 +0000 (00:58 +0200)
LATEST_VERSION
youtube-dl

index 4ed2a07..3cc325a 100644 (file)
@@ -1 +1 @@
-2011.09.18b
+2011.09.18c
index c85b137..3847227 100755 (executable)
@@ -15,7 +15,7 @@ __author__  = (
        )
 
 __license__ = 'Public Domain'
-__version__ = '2011.09.18b'
+__version__ = '2011.09.18c'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'