Skip to content

Commit

Permalink
something new: 2024-11-28 06:30:15
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Nov 28, 2024
1 parent f8801bc commit 1fd7c43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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, 12:19:29 pm
date modified: Thursday, November 28th 2024, 6:30:06 am
tags:
- yt-dlp
- ytdlp
Expand Down Expand Up @@ -48,6 +48,14 @@ youtube-dl "https://player.vimeo.com/video/1234" --referer "https://example.com/
yt-dlp --sponsorblock-remove all -x --audio-format mp3 https://example.com/
```

### extract mp3 from soundcloud

requires the `-x` flag

```shell
yt-dlp -x --audio-format mp3 https://example.com/
```

## download podcasts

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
Expand Down

0 comments on commit 1fd7c43

Please sign in to comment.