diff --git a/README.md b/README.md
index 6e572813c6..cce2819fd6 100644
--- a/README.md
+++ b/README.md
@@ -500,6 +500,7 @@ If you want to add support for a new site, you can follow this quick list (assum
             return {
                 'id': video_id,
                 'title': title,
+                'description': self._og_search_description(webpage),
                 # TODO more properties (see youtube_dl/extractor/common.py)
             }
     ```