sumeetweb / Thinki-Downloader

A php based utility to download courses from Thinkific based sites like PacktPub for personal offline use.
MIT License
73 stars 27 forks source link

Doesn't seem to work with Hockey course (Train 2.0) #53

Closed GiorgioG closed 10 months ago

GiorgioG commented 11 months ago

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

Thanks in advance!

sumeetweb commented 10 months ago

Looking into it.

sumeetweb commented 10 months ago

Found the issue and fixed. Pushing changes.