Skip to content

Commit a481b48

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: oEmbed.get_oEmbedProvider ( Fixes #12, Fixes #2 )
Also adding -ProviderList to Get-oEmbed
1 parent 7d57f7a commit a481b48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

oEmbed.types.ps1xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
return & $this { $script:oEmbedUrlCache }
1010
</GetScriptBlock>
1111
</ScriptProperty>
12+
<ScriptProperty>
13+
<Name>oEmbedProvider</Name>
14+
<GetScriptBlock>
15+
Get-OEmbed -ProviderList
16+
</GetScriptBlock>
17+
</ScriptProperty>
1218
</Members>
1319
</Type>
1420
</Types>

0 commit comments

Comments
 (0)