No description
Find a file
2023-12-03 17:41:28 -03:00
src Version 3.7.5 2023-12-03 17:41:28 -03:00
.gitattributes Added gitattributes 2021-10-06 18:45:57 -04:00
.gitignore Version 3.7.4 2023-08-17 20:35:59 +00:00
changelog.md Version 3.7.5 2023-12-03 17:41:28 -03:00
config.nims h4 text-md text-muted 2023-01-06 00:18:35 +00:00
getpodia.nimble Version 3.7.5 2023-12-03 17:41:28 -03:00
license Version 1.1.0 2021-10-04 19:02:27 -04:00
readme.md Version 3.5.0; Renamed project to getpodia 2022-06-23 20:56:42 +00:00

Getpodia - Podia data extractor

Extract Podia sites courses data

Features

Extracted data

  • Course
    • Name
    • Image
    • Description
    • Code (Url identifier)
    • Lectures
      • Name
      • Videos
        • Name
        • PageUrl
        • Code
        • Comments
        • Video comment
          • Author
          • Body
          • Creation
          • Avatar
          • Likes
          • Nested comments
        • Video meta
          • Filename
          • Medias table (videos in many resolutions, thumbnails and storyboard)
            • Slug
            • Url (to download)
            • Width
            • Height
            • Size
            • CreatedAt

TODO

  • Fix docs generation
  • course.VideoComment.creation needs to store unix time instead string
  • Use the useragent from a module

License

GPL-3