Skip to content

Commit

Permalink
#462: fix mini biography parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alberanid committed Jul 1, 2023
1 parent c2cc265 commit 69770fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imdb/parser/http/personParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class DOMHTMLBioParser(DOMParserBase):
Rule(
key='mini biography',
extractor=Rules(
foreach='//h4[starts-with(text(), "Mini Bio")]/following-sibling::div',
foreach='//div[@data-testid="sub-section-mini_bio"]',
rules=[
Rule(
key='bio',
Expand Down

0 comments on commit 69770fd

Please sign in to comment.