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

Fix wistia downloading issue #51

Closed sumeetweb closed 1 year ago

sumeetweb commented 1 year ago

Fixes issue #46 #47 #49 #50

This is a rough patch. It currently downloads videos in 1080p. I will add a quality selector switch later on.

lbarria77 commented 1 year ago

Works for docker?

sumeetweb commented 1 year ago

Not tested. Should work. 😅

On Sat, Nov 4, 2023, 2:24 AM Luis Barria @.***> wrote:

Works for docker?

— Reply to this email directly, view it on GitHub https://github.com/sumeetweb/Thinki-Downloader/pull/51#issuecomment-1793083686, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF734XSMIGMLFMUHNMXIQQ3YCVKXZAVCNFSM6AAAAAA64626VGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTGA4DGNRYGY . You are receiving this because you authored the thread.Message ID: @.***>

lbarria77 commented 1 year ago

thanks, still download the files empty

lbarria77 commented 1 year ago

image

lbarria77 commented 1 year ago

i used an extension that give me this links https://embed-cloudfront.wistia.com/deliveries/48022b3f098fdd12828a512b5e494e676e3632c2.m3u8 https://embed-cloudfront.wistia.com/deliveries/e7a1e33340ef926067da1a0f27302bd475643aeb.m3u8 https://fast.wistia.com/embed/medias/li2bdr47vp.m3u8

im using docker, i have to install ffmpeg because in the readme says i have to run docker_compose up without ffmpeg

sumeetweb commented 1 year ago

The docker image now supports ffmpeg.

sumeetweb commented 1 year ago

@lbarria77 I see the html file is also empty.

lbarria77 commented 1 year ago

Because i change one later but it works

sumeetweb commented 1 year ago

Does it download the mp4 files?

lbarria77 commented 1 year ago

Yes with live cat works, but video by video

lbarria77 commented 1 year ago

The links that o send to you i changed the original to avoid problems.

sumeetweb commented 1 year ago

While downloading do you see the logs for https://embed-ssl.wistia.com/deliveries/ type links?

lbarria77 commented 1 year ago

Let me verify, do you mean in the dev tools?

lbarria77 commented 1 year ago

did you have telegram where i can sent you captures, so I can send you the correct links and any information you need

sumeetweb commented 1 year ago

I fixed the lesson videos downloading.

sumeetweb commented 1 year ago

@lbarria77 You can reach me on telegram at @sumeetweb

sumeetweb commented 1 year ago

Quality selection for video downloading is added now. This fixes #22

sumeetweb commented 1 year ago

Downloaded video file name is now updated with content name.

lbarria77 commented 1 year ago

thank you very much friend, it works perfectly now