diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-25 09:36:25 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-25 09:36:27 +0100 |
commit | c3e74731c2acd2878a38c2a2daa2ed0c11352762 (patch) | |
tree | 7a86728b14f92bbf82a1f6f75b3160a99265a28b /README.md | |
parent | c920d7f00d333e498edbe15b7e29cc2e97b54d5e (diff) |
[README] Mention _og_search_description (#4304)
Lots of sites do have this meta tag, so just add it to the example.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } ``` |