@@ -20,7 +20,7 @@ Import-Module OpenGraph -PassThru
2020You can also clone the repo and import the module locally:
2121
2222~~~ PowerShell
23- git clone https://github.com/PowerShellWeb /OpenGraph
23+ git clone https://github.com/PoshWeb /OpenGraph
2424cd ./OpenGraph
2525Import-Module ./ -PassThru
2626~~~
@@ -42,6 +42,7 @@ This function retrieves the Open Graph metadata from a given URL and returns it
4242| -| -| -|
4343| ArgumentList| PSObject[ ] | A list of any arguments. <br />This allows the command to take natural input.|
4444| Url| String| The URL that may contain Open Graph metadata|
45+ | Html| String| Any HTML that may contain open graph metadata.|
4546| Data| IDictionary| A dictionary of additional Open Graph metadata to include in the result|
4647| Force| SwitchParameter| If set, forces the function to retrieve the Open Graph metadata even if it is already cached.|
4748| InputObject| PSObject[ ] | Any number of input objects|
@@ -53,14 +54,11 @@ Get-OpenGraph -Url https://abc.com/
5354~~~
5455###### Example 2
5556~~~ PowerShell
56- 'https://cnn.com/',
57- 'https://msnbc.com/',
58- 'https://fox.com/' |
59- Get-OpenGraph
57+ 'https://thebulwark.com/' | Get-OpenGraph
6058~~~
6159###### Example 3
6260~~~ PowerShell
63-
61+ OpenGraph https://posh.pckt.blog/static-sites-are-simple-6u51kgj
6462~~~
6563## Types
6664### OpenGraph
@@ -71,4 +69,4 @@ Get-OpenGraph -Url https://abc.com/
7169| [ get_HTML] ( Types/OpenGraph/get_HTML.ps1 ) | ScriptProperty|
7270> (c) 2025-2026 Start-Automating
7371
74- > [ LICENSE] ( https://github.com/PowerShellWeb /OpenGraph/blob/main/LICENSE )
72+ > [ LICENSE] ( https://github.com/PoshWeb /OpenGraph/blob/main/LICENSE )
0 commit comments