Public/Get-EvaHoeke.ps1

<#
    .SYNOPSIS
    Retrieves recent articles by Eva Hoeke
#>


function Get-EvaHoeke
{
    Get-VolkskrantArticle -Uri https://www.volkskrant.nl/auteur/eva-hoeke -UrlFilter { $_ -like '/volkskrant-magazine/*' -or $_ -like '/columns-opinie/*' -or $_ -like '/nieuws-achtergrond/*' }
}