Skip to content

Commit

Permalink
Merge pull request JoMingyu#46 from gmordecki/master
Browse files Browse the repository at this point in the history
Get review id when scraping reviews
  • Loading branch information
JoMingyu authored May 5, 2020
2 parents 9e0de83 + 66928ef commit 1d1a051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google_play_scraper/constants/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class ElementSpecs:
}

Review = {
"reviewId": ElementSpec(None, [0]),
"userName": ElementSpec(None, [1, 0]),
"userImage": ElementSpec(None, [1, 1, 3, 2]),
"content": ElementSpec(None, [4]),
Expand Down

0 comments on commit 1d1a051

Please sign in to comment.