You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeCommentsInfoItemExtractor.java
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,18 @@ public DateWrapper getUploadDate() throws ParsingException {
73
73
74
74
/**
75
75
* @implNote The method is parsing internally a localized string.<br/>
76
-
* This will fail for other languages than English.
77
-
* However as long as the Extractor only uses "en-GB"
78
-
* (as seen in {@link org.schabi.newpipe.extractor.services.youtube.YoutubeService#SUPPORTED_LANGUAGES})
79
-
* everything will work fine.<br/>
76
+
* <ul>
77
+
* <li>
78
+
* More than >1k likes will result in an inaccurate number
79
+
* </li>
80
+
* <li>
81
+
* This will fail for other languages than English.
82
+
* However as long as the Extractor only uses "en-GB"
83
+
* (as seen in {@link org.schabi.newpipe.extractor.services.youtube.YoutubeService#SUPPORTED_LANGUAGES})
0 commit comments