I have a media item that is a linked/external resource (ie: youtube)
When I call $media.Body() I get the embedded youtube video and the description. Is there a way to just pull the description?
I have a media item that is a linked/external resource (ie: youtube)
When I call $media.Body() I get the embedded youtube video and the description. Is there a way to just pull the description?
You can try other PostTargets, $media.Body("raw") would get you description with the unprocessed Youtube reference included. Should be easy enough to remove it from the text from there.
You can try other PostTargets, $media.Body("raw") would get you description with the unprocessed Youtube reference included. Should be easy enough to remove it from the text from there.