aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e572813c..cce2819fd 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)
}
```