mlschmitt / twitter-likes-exporter

Hacky Python scripts for downloading your Twitter likes & converting to HTML. Note: I used this once and have no intention of updating it or spending any more seconds thinking about Twitter. Good luck!
51 stars 15 forks source link

Parse Video URLs #1

Open colinshipton opened 1 year ago

colinshipton commented 1 year ago

This is a simple PR which also picks out any Video URLs in the embedded media and saved into the JSON file.

The next step will be to adjust the parser to display videos in the HTML output

FxBresson commented 1 year ago

Hello 👋 I worked on this project to be able to download the videos and display them on the final page. It's the first time I'm working on an open source project, so I don't really know how to contribute, since I'm also using what you did in this PR. Should I fork your repo, do a PR in it, and then we can do a PR from your repo to the original one ? 😅

colinshipton commented 1 year ago

Hey @FxBresson, I would have thought that would be the best option, your forked repo can build on the changes I made before updating this PR with those changes.