linkedin: bugfix-data-extraction #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix-data-extraction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I realized that I had thought all wrong about how to extract user data from the page.
This PR changes the data extraction strategy to fetch data from the DOM and not the various code blocks on the page. Using the previous approach I was only able to extract my own user data. For my contacts' data I had to rely on navigating the DOM itself.
It works on desktop and mobile for now, but we never know how fast LinkedIn's frontend will be changing.