Does anyone know how to dump links from #Netflix? With the #WWE #WWENetwork content moving to Netflix, I need to update my video links, but the Netflix web UI doesn't allow me to find the links without actually starting the videos.
I am looking to update my link database - https://github.com/nafmo/wwenetwork-linkmap - so that I can update my web pages to point to Netflix.
For the #Raw and #SmackDown episodes dropped, the video IDs are at least sequential, making it easier to do some kind of mapping.
Interestingly, the 2024-12-30 is missing from Netflix. What happened there? Good thing the YouTube version is still up.
I haven't found a way to extract links from #Netflix properly yet, so I am doing by hand: I have Developer Tools network view open with a URL filter for "graphql", and select one season at a time in the Netflix UI, this gives me JSON blobs which have the video IDs embedded.
Tedious work, but lacking a better option.