Skip to content

Commit

Permalink
yt-dlp podcast archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 27, 2024
1 parent 4a48e98 commit b6a718f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/youtube-dl, yt-dlp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date created: Tuesday, April 9th 2019, 4:37:46 pm
date modified: Friday, December 22nd 2023, 11:19:38 am
date modified: Saturday, January 27th 2024, 11:45:45 am
tags:
- yt-dlp
- ytdlp
Expand Down Expand Up @@ -53,5 +53,5 @@ yt-dlp --sponsorblock-remove all -x --audio-format mp3 https://example.com/
yt-dlp can also be used as a podcatcher for regular RSS feeds. I'm using this to archive a few podcasts, using the `-o` formatting options they'll be saved into a folder with the podcast name and title + file extension as the filename

```shell
yt-dlp -o "/backup/podcasts/%(playlist)s/%(title)s.%(ext)s" --restrict-filenames https://example.com/feed/podcast/
yt-dlp -o "/backup/podcasts/%(playlist)s/%(title)s.%(ext)s" --restrict-filenames --download-archive archive.txt --no-post-overwrites https://example.com/feed/podcast/
```

0 comments on commit b6a718f

Please sign in to comment.