python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

The Demo video (animation) on asciinema is broken: 404 Not Found #64

Closed za closed 2 years ago

za commented 2 years ago

Hi there,

On https://github.com/python/cherry-picker#demo The installation demo video is broken: 404 Not Found. Maybe we can update/delete the link.

https://asciinema.org/a/125254

Screenshot from 2022-05-27 14-10-58

ezio-melotti commented 2 years ago

There are two links in the readme:

The second one still works, but the first is broken.

There are more videos on @Mariatta's asciinema profile, including an "installation" video with a different id. This is probably older though since it installs cherry-picker from the repo instead of using pypi.

@Mariatta, can you check what happened to the original video?

za commented 2 years ago

@ezio-melotti maybe I'll just remove the video link first, until @Mariatta confirmed the updated video.

Mariatta commented 2 years ago

Sorry I just saw this. Not sure why the video was private. I have updated it, can you try to see if the url works? https://asciinema.org/a/125254

(though it's probably quite outdated by now, not sure if there's value in it)

za commented 2 years ago

@Mariatta The URL is accessible now. I'm closing the issue now. Thanks.