File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
client/src/main/java/com/panic08/funpay4j/parser Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -982,13 +982,10 @@ private List<ParsedSellerReview> parseSellerReviewsInternal(
982982 }
983983
984984 private ParsedPreviewUser extractPreviewUserFromProductPage (Document funPayDocument ) {
985- System .out .println ();
986985 Element previewSellerUsernameElement =
987986 funPayDocument .getElementsByClass ("media-user-name" ).first ().selectFirst ("a" );
988987 Element previewSellerImgElement =
989988 funPayDocument .getElementsByClass ("media-user" ).first ().selectFirst ("img" );
990- Element previewSellerReviewCountElement =
991- funPayDocument .getElementsByClass ("text-mini text-light mb5" ).first ();
992989
993990 String previewSellerUsernameElementHrefAttributeValue =
994991 previewSellerUsernameElement .attr ("href" );
You can’t perform that action at this time.
0 commit comments