Go to your teachable course and show the page where videos are.
Now open your Browser's console. For example in Chrome you can press F12 to open it.
Paste the following code in the console
$('.attachment-wistia-player').each(function () { console.log($(this).attr('data-wistia-id')); });
Press enter to retrieve all videos IDs that are present in the opened page. For example:
myid1
myid2
myid3
Paste the list of videos ids to download in a file ids.txt
Lunch the provided wistia-downloader.py
with the command line:
python3 wistia-downloader.py
This will read the videos IDs from the file ids.txt
and it will download the videos in the current directory
it doesn't work