No description
Find a file
2024-05-13 10:41:21 -03:00
src fix: fix ffmpeg output filename 2024-05-13 10:41:21 -03:00
.gitignore Version 0.1.0 2022-07-28 14:41:08 +00:00
changelog.md Added support for courses with sections 2023-09-24 19:00:19 +00:00
config.nims Version 0.3.0 2022-07-29 19:20:50 +00:00
kiwifyDownload.nimble fix: download stream for better resolution 2024-05-09 17:30:05 -03:00
license Version 0.1.0 2022-07-28 14:41:08 +00:00
readme.md Change changelog 2022-08-27 16:34:11 +00:00

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

  • Download embed files in course
  • Get the courses JSON file automatically by using the cookie

License

MIT