Saves enclosures from a podcast feed.
Save-PodcastEpisodes.ps1 [-Uri] <Uri> [-After <DateTime>] [-Before <DateTime>] [-First <Int32>] [-Last <Int32>]
[-UseTitle] [-CreateFolder] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Save-PodcastEpisodes.ps1 https://www.youlooknicetoday.com/rss -UseTitle
Saves podcast episodes to the current directory.
The URL of the podcast feed.
Type: Uri
Parameter Sets: (All)
Aliases: Url
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Episodes before this date will be ignored.
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Episodes after this date will be ignored.
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Includes only the given number of initial episodes, by publish date.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Includes only the given number of most recent episodes, by publish date.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Use episode titles for filenames.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Saves the episodes into a folder with the podcast name.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.