Types/oEmbed/Get.ps1

foreach ($argument in $args) {
    oEmbed -Url $argument
}