{"id":479,"date":"2016-09-21T08:46:44","date_gmt":"2016-09-21T08:46:44","guid":{"rendered":"http:\/\/172.16.10.10:8080\/?p=479"},"modified":"2023-03-30T10:36:51","modified_gmt":"2023-03-30T08:36:51","slug":"get-all-the-vmwolrd-2016-us-sessions","status":"publish","type":"post","link":"http:\/\/vblog.hochsticher.de\/?p=479","title":{"rendered":"Get all the VMworld 2016 Sessions"},"content":{"rendered":"<p><strong><em>Updated<\/em>:<em>&nbsp;The Sessions US are no more available on&nbsp;this way, but the EU \ud83d\ude09<\/em><\/strong><\/p>\n<p>You want all the Sessions from VMworld 2016?<\/p>\n<p>First, you have to download this&nbsp;<a href=\"https:\/\/vblog.hochsticher.de\/\/wp-content\/uploads\/2016\/09\/raw_download_urls-1.txt\">raw_download_urls<\/a>&nbsp;File.&nbsp;In this file the URL&#8217;s are listed.<\/p>\n<p>Now, download the MP4-Files in PowerShell \ud83d\ude09<\/p>\n<pre class=\"lang:ps decode:true \" title=\"Download VMworld Sessions\">$Filelocation = \"c:\\myFolder\\raw_download_urls.txt\" #Change the Location to your Path\n$SaveLocation = \"c:\\myFolder\\\" #Change the Location to your Path\n$List = Import-CSV $Filelocation -Header \"ID\", \"Link\" -Delimiter \"#\"\nIf (Get-Module BitsTransfer -ErrorAction SilentlyContinue) {\n    $Bits=$true\n    Write-Host \"Using BITS transfer for faster more reliable downloads\"\n}\n\nForeach ($Session in $List) {\n    if (Test-Path \"$($Savelocation)$($Session.ID).mp4\") {\n        Write-Host \"$($Session.ID) already downloaded... Skipping\"\n    } Else {\n        Write-Host \"Downloading Session $($Session.ID)\"\n        If ($Bits) {\n            Start-BitsTransfer -Source $Session.Link -Destination \"$($Savelocation)$($Session.ID).mp4\"\n        } Else {\n            Invoke-WebRequest -Uri $Session.Link -OutFile \"$($Savelocation)$($Session.ID).mp4\"\n        }\n    }\n}<\/pre>\n<p>Enjoy&nbsp;!<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Updated:&nbsp;The Sessions US are no more available on&nbsp;this way, but the EU \ud83d\ude09 You want all the Sessions from VMworld 2016? First, you have to download this&nbsp;raw_download_urls&nbsp;File.&nbsp;In this file the URL&#8217;s are listed. Now, download the MP4-Files in PowerShell \ud83d\ude09 $Filelocation = &#8220;c:\\myFolder\\raw_download_urls.txt&#8221; #Change the Location to your Path $SaveLocation = &#8220;c:\\myFolder\\&#8221; #Change the Location to your Path $List = Import-CSV $Filelocation -Header &#8220;ID&#8221;, &#8220;Link&#8221; -Delimiter &#8220;#&#8221; If (Get-Module BitsTransfer -ErrorAction SilentlyContinue) { $Bits=$true Write-Host &#8220;Using BITS transfer for faster&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"http:\/\/vblog.hochsticher.de\/?p=479\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":483,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[4,12],"tags":[],"class_list":["post-479","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powercli","category-vmworld"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL&#039;s are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = &quot;c:\\myFolder\\raw_download_urls.txt&quot; #Change the Location to your Path $SaveLocation = &quot;c:\\myFolder\\&quot; #Change the Location\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Christoph Hochsticher\"\/>\n\t<meta name=\"google-site-verification\" content=\"lo0g577VbySpy05Melx7kVchEKh4qiUJhEtBpOiRLg8\" \/>\n\t<link rel=\"canonical\" href=\"http:\/\/vblog.hochsticher.de\/?p=479\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Chris - vBlog - Blog about Virtualization\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Get all the VMworld 2016 Sessions - Chris - vBlog\" \/>\n\t\t<meta property=\"og:description\" content=\"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL&#039;s are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = &quot;c:\\myFolder\\raw_download_urls.txt&quot; #Change the Location to your Path $SaveLocation = &quot;c:\\myFolder\\&quot; #Change the Location\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/vblog.hochsticher.de\/?p=479\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-09-21T08:46:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-03-30T08:36:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Get all the VMworld 2016 Sessions - Chris - vBlog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL&#039;s are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = &quot;c:\\myFolder\\raw_download_urls.txt&quot; #Change the Location to your Path $SaveLocation = &quot;c:\\myFolder\\&quot; #Change the Location\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#blogposting\",\"name\":\"Get all the VMworld 2016 Sessions - Chris - vBlog\",\"headline\":\"Get all the VMworld 2016 Sessions\",\"author\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/vmworld2016.jpg?wsr\",\"width\":694,\"height\":269},\"datePublished\":\"2016-09-21T08:46:44+02:00\",\"dateModified\":\"2023-03-30T10:36:51+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#webpage\"},\"articleSection\":\"PowerCLI, VMworld\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/vblog.hochsticher.de\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=4#listItem\",\"name\":\"PowerCLI\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=4#listItem\",\"position\":2,\"name\":\"PowerCLI\",\"item\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#listItem\",\"name\":\"Get all the VMworld 2016 Sessions\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#listItem\",\"position\":3,\"name\":\"Get all the VMworld 2016 Sessions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?cat=4#listItem\",\"name\":\"PowerCLI\"}}]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1\",\"name\":\"Christoph Hochsticher\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d87fe995d7081d178014a72c729204792aff213f894bac1d28d0e0cc956c1171?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Christoph Hochsticher\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#webpage\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479\",\"name\":\"Get all the VMworld 2016 Sessions - Chris - vBlog\",\"description\":\"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL's are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = \\\"c:\\\\myFolder\\\\raw_download_urls.txt\\\" #Change the Location to your Path $SaveLocation = \\\"c:\\\\myFolder\\\\\\\" #Change the Location\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/vmworld2016.jpg?wsr\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479\\\/#mainImage\",\"width\":694,\"height\":269},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/?p=479#mainImage\"},\"datePublished\":\"2016-09-21T08:46:44+02:00\",\"dateModified\":\"2023-03-30T10:36:51+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#website\",\"url\":\"http:\\\/\\\/vblog.hochsticher.de\\\/\",\"name\":\"Chris - vBlog\",\"description\":\"Blog about Virtualization\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"http:\\\/\\\/vblog.hochsticher.de\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Get all the VMworld 2016 Sessions - Chris - vBlog","description":"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL's are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = \"c:\\myFolder\\raw_download_urls.txt\" #Change the Location to your Path $SaveLocation = \"c:\\myFolder\\\" #Change the Location","canonical_url":"http:\/\/vblog.hochsticher.de\/?p=479","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"lo0g577VbySpy05Melx7kVchEKh4qiUJhEtBpOiRLg8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"http:\/\/vblog.hochsticher.de\/?p=479#blogposting","name":"Get all the VMworld 2016 Sessions - Chris - vBlog","headline":"Get all the VMworld 2016 Sessions","author":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"publisher":{"@id":"http:\/\/vblog.hochsticher.de\/#person"},"image":{"@type":"ImageObject","url":"http:\/\/vblog.hochsticher.de\/wp-content\/uploads\/2016\/09\/vmworld2016.jpg?wsr","width":694,"height":269},"datePublished":"2016-09-21T08:46:44+02:00","dateModified":"2023-03-30T10:36:51+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"http:\/\/vblog.hochsticher.de\/?p=479#webpage"},"isPartOf":{"@id":"http:\/\/vblog.hochsticher.de\/?p=479#webpage"},"articleSection":"PowerCLI, VMworld"},{"@type":"BreadcrumbList","@id":"http:\/\/vblog.hochsticher.de\/?p=479#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de#listItem","position":1,"name":"Home","item":"http:\/\/vblog.hochsticher.de","nextItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=4#listItem","name":"PowerCLI"}},{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=4#listItem","position":2,"name":"PowerCLI","item":"http:\/\/vblog.hochsticher.de\/?cat=4","nextItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?p=479#listItem","name":"Get all the VMworld 2016 Sessions"},"previousItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?p=479#listItem","position":3,"name":"Get all the VMworld 2016 Sessions","previousItem":{"@type":"ListItem","@id":"http:\/\/vblog.hochsticher.de\/?cat=4#listItem","name":"PowerCLI"}}]},{"@type":"Person","@id":"http:\/\/vblog.hochsticher.de\/?author=1#author","url":"http:\/\/vblog.hochsticher.de\/?author=1","name":"Christoph Hochsticher","image":{"@type":"ImageObject","@id":"http:\/\/vblog.hochsticher.de\/?p=479#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d87fe995d7081d178014a72c729204792aff213f894bac1d28d0e0cc956c1171?s=96&d=mm&r=g","width":96,"height":96,"caption":"Christoph Hochsticher"}},{"@type":"WebPage","@id":"http:\/\/vblog.hochsticher.de\/?p=479#webpage","url":"http:\/\/vblog.hochsticher.de\/?p=479","name":"Get all the VMworld 2016 Sessions - Chris - vBlog","description":"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL's are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = \"c:\\myFolder\\raw_download_urls.txt\" #Change the Location to your Path $SaveLocation = \"c:\\myFolder\\\" #Change the Location","inLanguage":"en-US","isPartOf":{"@id":"http:\/\/vblog.hochsticher.de\/#website"},"breadcrumb":{"@id":"http:\/\/vblog.hochsticher.de\/?p=479#breadcrumblist"},"author":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"creator":{"@id":"http:\/\/vblog.hochsticher.de\/?author=1#author"},"image":{"@type":"ImageObject","url":"http:\/\/vblog.hochsticher.de\/wp-content\/uploads\/2016\/09\/vmworld2016.jpg?wsr","@id":"http:\/\/vblog.hochsticher.de\/?p=479\/#mainImage","width":694,"height":269},"primaryImageOfPage":{"@id":"http:\/\/vblog.hochsticher.de\/?p=479#mainImage"},"datePublished":"2016-09-21T08:46:44+02:00","dateModified":"2023-03-30T10:36:51+02:00"},{"@type":"WebSite","@id":"http:\/\/vblog.hochsticher.de\/#website","url":"http:\/\/vblog.hochsticher.de\/","name":"Chris - vBlog","description":"Blog about Virtualization","inLanguage":"en-US","publisher":{"@id":"http:\/\/vblog.hochsticher.de\/#person"}}]},"og:locale":"en_US","og:site_name":"Chris - vBlog - Blog about Virtualization","og:type":"article","og:title":"Get all the VMworld 2016 Sessions - Chris - vBlog","og:description":"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL's are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = &quot;c:\\myFolder\\raw_download_urls.txt&quot; #Change the Location to your Path $SaveLocation = &quot;c:\\myFolder\\&quot; #Change the Location","og:url":"http:\/\/vblog.hochsticher.de\/?p=479","article:published_time":"2016-09-21T08:46:44+00:00","article:modified_time":"2023-03-30T08:36:51+00:00","twitter:card":"summary_large_image","twitter:title":"Get all the VMworld 2016 Sessions - Chris - vBlog","twitter:description":"Updated: The Sessions US are no more available on this way, but the EU ;-) You want all the Sessions from VMworld 2016? First, you have to download this raw_download_urls File. In this file the URL's are listed. Now, download the MP4-Files in PowerShell ;-) $Filelocation = &quot;c:\\myFolder\\raw_download_urls.txt&quot; #Change the Location to your Path $SaveLocation = &quot;c:\\myFolder\\&quot; #Change the Location"},"aioseo_meta_data":{"post_id":"479","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-03-16 21:35:58","updated":"2025-06-03 20:40:45","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/vblog.hochsticher.de\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/vblog.hochsticher.de\/?cat=4\" title=\"PowerCLI\">PowerCLI<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGet all the VMworld 2016 Sessions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/vblog.hochsticher.de"},{"label":"PowerCLI","link":"http:\/\/vblog.hochsticher.de\/?cat=4"},{"label":"Get all the VMworld 2016 Sessions","link":"http:\/\/vblog.hochsticher.de\/?p=479"}],"_links":{"self":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=479"}],"version-history":[{"count":9,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479\/revisions"}],"predecessor-version":[{"id":1108,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/posts\/479\/revisions\/1108"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=\/wp\/v2\/media\/483"}],"wp:attachment":[{"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/vblog.hochsticher.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}