浏览代码

[README] Mention _og_search_description (#4304)

Lots of sites do have this meta tag, so just add it to the example.
Philipp Hagemeister 10 年之前
父节点
当前提交
c3e74731c2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

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