Browse Source

Add note about -t by default

Philipp Hagemeister 12 years ago
parent
commit
bb6dfb9553
1 changed files with 2 additions and 1 deletions
  1. 2 1
      update/versions.json

+ 2 - 1
update/versions.json

@@ -283,7 +283,8 @@
             "tar": [
                 "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", 
                 "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3"
-            ]
+            ],
+            "notes": ["Starting with youtube-dl 2013.4.28, --title is the default. Pass in --id to get the old behavior."]
         }
     }
 }