Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Teachable support broken. Manual solution provided #25051
Comments
|
You must provide account credentials. |
Provided by email |
|
Here is manual solution 1.- Right click on any Wistia video, click on "Copy link and thumbnail". You should get something like this:
2.1.- Note that the video identifier is after the "video=", in this case the video identifier is 447455. 3.- ON CHROME, replace "**" of In this case enter on the URL bar: 3.1.- Or open this page and paste your code instead of 4.- On the source code search for the first link/URL that ends in .bin Copy and paste that link into a new tab, click on the three dots in the bottom right corner and select download. Or use Wget to download .bin file. 5.- After the video has downloaded, replace “.bin” with “.mp4”. Enjoy |
|
If you're really lazy you can use the tiny dirty python script I made for teachable files. https://gist.github.com/jdeluyck/41b66a5a02e856a0e7da447ee93153e6 |
I'm a newbie at python. I'm getting errors running the script: DL: error: the following arguments are required: -v/--video, -f/--filename I have my URL: https://EDITEDFORPRIVACY.teachable.com/courses/123456/lectures/1776337?wvideo=h03ul197jy How do I use that URL to give your script what it wants? |
Looks like you have to provide video format and output file name. Or use manual solution #25051 (comment) |
Basically, use the manual procedure, and when you have the video identifier, you can pass that with the --video parameter, and use --filename to specify which file to save it as. |
|
Of course this is great but I want to download my whole course since my internet sucks at home - it'd take hours to do this - anyway to speed it up? I keep getting errors after a while using YoutubeDL |
Checklist
Verbose log
Description
Hi! Looks like Teachable support broken. Before it works but now not. Maybe because of changed captcha.
Here is my previous issue #23418 and using cookies solves it. But now cookies doesn't help.
Please help!