[LinkedIn] add extractor#8745
Open
shakeelmohamed wants to merge 7590 commits intomikf:masterfrom
Open
Conversation
Co-authored-by: ClosedPort22 <44864697+ClosedPort22@users.noreply.github.com>
match <source> elements with attributes before 'src="..."'
provide 'width_original' & 'height_original' metadata
micro optimizations...
fixes regression introduced in 9692a65
test for 'dt:…' to catch NullDatetime instances, which inherit from 'datetime.datetime' but are not exactly this class
fixes regression introduced in 62d6a22
Co-authored-by: d-koc <141529764+d-koc@users.noreply.github.com>
append directory segments for each item of a list (or general non-string iterable), which can be returned with the 'I' specifier
'filename' & 'directory' set in 'path' tests cause 'ClassifyTest' to fail
Python's 'ast' module and its 'NodeVisitor' class were incredibly helpful in identifying these
lexicographical order
run 'make' and let 'scripts/supportedsites.py' do its thing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for LinkedIn.
Implementation is pretty straightforward, let me know if you need a more complete writeup.
Test cases pass locally: