• 13 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle













  • Cool, that’s good to hear. The good news is that if it comes down to parsing the HTML, that’s pretty straightforward. I’ve been poking at it, and it’s nice and semantic (gets turned into a regular <video> element by JS:

    <video-player
        poster-src="https://loopsusercontent.com/videos/85319640150794240/96649242004583579/8yjZniSLk64lxIPomBfUzr5SwMXRKGWXyHpTLruN.jpg"
        video-src="https://loopsusercontent.com/videos/85319640150794240/96649242004583579/8yjZniSLk64lxIPomBfUzr5SwMXRKGWXyHpTLruN.720p.mp4"
        username="thomasdorr"
        profile-picture="https://loopsusercontent.com/avatars/85319640150794240/v0.jpg"
        caption="Snowing in #DuluthMN"
        tags=""
        likes="8"
        comments="1"
        />
    

    And hopefully it’ll get open source soon or have some way of filing bugs/feature requests. I saw that the dev created https://joinloops.org/ and is planning on putting a roadmap there soon.