https://github.com/joeriddles/roger_thompson
A script to download all videos for Roger Thompson's Relationship Advice for Men series
https://github.com/joeriddles/roger_thompson
Last synced: over 1 year ago
JSON representation
A script to download all videos for Roger Thompson's Relationship Advice for Men series
- Host: GitHub
- URL: https://github.com/joeriddles/roger_thompson
- Owner: joeriddles
- Created: 2023-01-20T06:02:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T06:42:22.000Z (over 3 years ago)
- Last Synced: 2025-03-26T02:45:46.170Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roger Thomspon Downloader
A shell script to download all of the unlisted YouTube videos for Roger Thompson's [**Relationship Advice for Men**](https://www.life.church/media/lifegroups/relationship-advice-for-men/) series.
## Requirements
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) (or [youtube-dl](https://github.com/ytdl-org/youtube-dl) which is substantially slower to download videos from YT)
- [ImageMagick](https://imagemagick.org/) (if using `youtube-dl` and you want to convert `.webp` cover images to `.jpg`)
## To Run
```shell
./download.sh
```