[/__init__] Add another cute search example
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 1 Jan 2015 21:47:21 +0000 (22:47 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 1 Jan 2015 21:47:21 +0000 (22:47 +0100)
youtube_dl/__init__.py

index e7932032326c4217e64698f047f99231c92a40ff..56f560d26c6afa5f366f207e21b3dd8ec50d20b0 100644 (file)
@@ -112,7 +112,7 @@ def _real_main(argv=None):
             if desc is False:
                 continue
             if hasattr(ie, 'SEARCH_KEY'):
-                _SEARCHES = ('cute kittens', 'slithering pythons', 'falling cat', 'angry poodle', 'purple fish', 'running tortoise', 'sleeping bunny')
+                _SEARCHES = ('cute kittens', 'slithering pythons', 'falling cat', 'angry poodle', 'purple fish', 'running tortoise', 'sleeping bunny', 'burping cow')
                 _COUNTS = ('', '5', '10', 'all')
                 desc += ' (Example: "%s%s:%s" )' % (ie.SEARCH_KEY, random.choice(_COUNTS), random.choice(_SEARCHES))
             compat_print(desc)