Skip to content

Commit

Permalink
yt-dlp ignore-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 27, 2024
1 parent b6a718f commit d1cd87a
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: Saturday, January 27th 2024, 11:45:45 am
date modified: Saturday, January 27th 2024, 12:19:29 pm
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 --download-archive archive.txt --no-post-overwrites 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 -i https://example.com/feed/podcast/
```

0 comments on commit d1cd87a

Please sign in to comment.