We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to access the accompanying media e.g., image direct URLs, videos.
it's should ideally be signified as well! Thanks!
The text was updated successfully, but these errors were encountered:
You can construct them by retrieving the displayImageUrl and img_400_400 URL.
displayImageUrl
img_400_400
local_api = Linkedin( os.getenv("LINKEDIN_EMAIL"), os.getenv("LINKEDIN_PASSWORD"), cookies=cookie_jar, ) profile = local_api.get_profile(profile_id) display_picture_url = profile.get("displayPictureUrl", "") img_400_400 = profile.get("img_400_400", "") parsed_image_url = f"{display_picture_url}{img_400_400}"
Let me know, if you have further questions.
Sorry, something went wrong.
I mean the actual content of the LinkedIn Post itself, where the author might've uploaded many photos.
I see. Let me play around, I'll keep you posted!
No branches or pull requests
I'd like to access the accompanying media e.g., image direct URLs, videos.
it's should ideally be signified as well!
Thanks!
The text was updated successfully, but these errors were encountered: