Viewing a single comment thread. View all comments

your_username t1_j6e8ms2 wrote

Nice, clean webpage — thank you for making this!

curl -sL <short_link> | grep -oE '<a[^>]+href="([^"]+)"[^>]*>' | cut -d'"' -f2

1