Skip to content

Commit cc9ee60

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: oEmbed.Get() ( Fixes #13 )
1 parent 0f02c57 commit cc9ee60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: oEmbed.types.ps1xml

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<Type>
44
<Name>oEmbed</Name>
55
<Members>
6+
<ScriptMethod>
7+
<Name>Get</Name>
8+
<Script>
9+
foreach ($argument in $args) {
10+
oEmbed -Url $argument
11+
}
12+
13+
</Script>
14+
</ScriptMethod>
615
<ScriptProperty>
716
<Name>oEmbedCache</Name>
817
<GetScriptBlock>

0 commit comments

Comments
 (0)