You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.
Try to open that link in the browser; it’s indeed a 404. You cannot convert a page that does not exist. Looks like the asciinema website changed something.
I haven't really dug into this code much but here's a start at getting it partially working. Edit the asciinema2gif script and take out
# Show warning if a URL not containing '/api/asciicasts/' is given
if [[ $asciinema_url != *'/api/asciicasts/'* ]]; then
echo -e "\n$(tput setaf 1)Wrong URL format. See https://github.com/tav/asciinema2gif#url-format.$(tput sgr0)\n"
exit 1
fi
then run it like asciinema2gif https://asciinema.org/a/111474. You'll see it prepare
I just cannot get it to work.
$ asciinema2gif 125790
ERROR: https://asciinema.org/api/asciicasts/125790 returns 404
Thanks.
The text was updated successfully, but these errors were encountered: