kiwifyDownload
Downloads the kiwify videos from course JSON
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install kiwifyDownload
choosenim install kiwifyDownload
git clone https://github.com/thisago/kiwifyDownload
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| kiwifyDownload | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/thisago/kiwifyDownload |
|---|---|
| Homepage | https://github.com/thisago/kiwifyDownload |
| Registry Source | nimble_official |
README
Kiwify Download
Downloads the kiwify videos from course JSON
The downloaded course will be like:
output
├ course.json
├ Module 1
│ ├ module.json
│ ├ Lesson 1
│ │ ├ video_name.mp4
│ │ ├ lesson.json
│ │ └ thumbnail.png*
│ └ Lesson 2
│ ├ video_name.mp4
│ ├ lesson.json
│ └ thumbnail.png*
└ Module 2
├ module.json
├ Lesson 1
│ ├ video_name.mp4
│ ├ lesson.json
│ └ thumbnail.png*
└ Lesson 2
├ video_name.mp4
├ lesson.json
└ thumbnail.png*
[...]
*: Downloads if exists
TODO
- [x] Download embed files in course
- [ ] Get the courses JSON file automatically by using the cookie
License
MIT