This is a python script I use which uses the yt-dlp utillity which is available on github at https://github.com/yt-dlp/yt-dlp.git.
Make changes to the destination directory. I rate limit to 500K bytes per second.
Make changes to the destination directory. I rate limit to 500K bytes per second.
Code:
import os.
os.chdir('/media/mainmeister/2TBB/security_now')
for episode in range(293,1041):
os.system(f'yt-dlp --limit-rate 500K --download-archive archive.txt https://twit.tv/shows/security-now/episodes/{episode}')
