obsidianforensics / unfurl

Extract and Visualize Data from URLs using Unfurl
http://unfurl.link
Apache License 2.0
589 stars 60 forks source link

LinkedIn Link Shortener doesn't expand #179

Open obsidianforensics opened 9 months ago

obsidianforensics commented 9 months ago

It looks like LinkedIn changed the way their link shortener service works - now it pops an interstitial page warning it's sending you to a non-LinkedIn page. It no longer uses a redirect, so the current Unfurl expansion isn't working.

Example URL: https://lnkd.in/fDJnJ64

The shortlink expander would need to be reworked to parse the target URL out of the page's HTML.