Add another great example for the --extractor-descriptions output
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Jul 2014 02:53:06 +0000 (04:53 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Jul 2014 02:53:14 +0000 (04:53 +0200)
youtube_dl/__init__.py

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