Hi there, thanks for this project. I'm trying to download the following course and while it says it's downloading, it never downloads the video. It only downloads the html files ($video_data is empty on line 7 in wistia_downloader.php). It seems like for this particular course download to work, the actual content needs to be looked up via some JSON requests rather than trying to scrape an embedded URL from the HTML.
php thinkidownloader3.php https://train2point0.thinkific.com/api/course_player/v2/courses/free-training
THINKIFIC DOWNLOADER
Revision 6.3 ~ 4th November 2023
Author : SumeetWeb ~ https://github.com/sumeetweb
Consider buying me a coffee at : https://www.ko-fi.com/sumeet
Want to download only selected videos? Thinki-Parser Experimental is available!
----------------------------------------------------------
Fetching Course Contents... Please Wait...
Downloading Video : welcome-to-downhill-skating-system
Downloading Video : pillar-1-shin-angle
Downloading Video : pillar-2-crosby-crevice
Downloading Video : pillar-3-cadence-rhythm
Downloading Video : pillar-4-rocker
Downloading Video : pillar-5-footwork-patterns
Downloading Video : congratulations-and-thank-you
Downloading Video : pillar-6-y-angle-bonus
Hi there, thanks for this project. I'm trying to download the following course and while it says it's downloading, it never downloads the video. It only downloads the html files ($video_data is empty on line 7 in wistia_downloader.php). It seems like for this particular course download to work, the actual content needs to be looked up via some JSON requests rather than trying to scrape an embedded URL from the HTML.
Thanks in advance!