Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
/ lecture-hoarder Public archive

Automated tool to download University of Manchester lecture podcasts

License

Notifications You must be signed in to change notification settings

ed-cooper/lecture-hoarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture Hoarder Build Status

Automated tool to scrape the University of Manchester video portal and download all available lecture podcasts for your course.

Note: Requires valid University of Manchester username and password

Use at your own risk

Lecture Hoarder relies on an unstable web interface that is liable to change.

This program comes with ABSOLUTELY NO WARRANTY; for details see the license. The author accepts no liability for any loss of data caused by this program. Please remember to back your files up regularly.

Installation

Requires Python 3.6+

  1. Clone the repository
git clone git@github.com:ed-cooper/lecture-hoarder.git
  1. Go to the install directory
cd lecture-hoarder
  1. Install the dependencies
pip3 install -r requirements.txt

Simple Usage

Inside your installation directory, run:

python3 lecturehoarder

Podcasts are downloaded to ~/Documents/Lectures.

Advanced Usage

Lecture Hoarder can be configured by placing a lecture-hoarder-settings.yaml file in your home directory - e.g. /home/john/lecture-hoarder-settings.yaml on Linux.

Configuration options include:

  • Changing the download directory
  • Excluding certain courses from being downloaded
  • Pre-specifying a username / password combination
  • And more

For information on configuration, please see the wiki page.

Useful Notes

Podcasts take a long time to download, so the first run may take a while to complete.

If you interrupt the program while downloading, you may find .partial files in the output directory. They are incomplete downloads and can safely be ignored/deleted.

The program will only download podcasts that you have not already downloaded, meaning that any subsequent runs (provided you don't change the download directory) will be much faster.

About

Automated tool to download University of Manchester lecture podcasts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages