Skip to content

thisago/kiwifyDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages