mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-20 18:12:52 +08:00
[README] Mention _og_search_description (#4304)
Lots of sites do have this meta tag, so just add it to the example.
This commit is contained in:
parent
c920d7f00d
commit
c3e74731c2
@ -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)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user