Skip to content

pavanvusirika/lukes-podcast-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script to download all the Luke's English Podcasts from https://teacherluke.co.uk/archive-of-episodes-1-149/.

The script doesn't download podcast if the file already exists in the directory. So you can stop and resume downloading when needed.

Important: You must have more than 30.3 GB of free space on your drive (HDD, SSD, flash) for all episodes (relevant on moment when #580 is the latest episode)

Usage:

python3 luke_english_podcast_downloader.py

For Windows users (with only python 3 installed):

Copy file "luke_english_podcast_downloader.py" to folder for downloads, then open cmd:

cd "C:\path\to\downloads"
luke_english_podcast_downloader.py

Prerequisite:

pip3 install requests_html

Example of the script execution:

Alt text

Alt text

About

Python script to download all Luke’s ENGLISH Podcast files(only mp3 files) listed in https://teacherluke.co.uk/archive-of-episodes-1-149/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages