We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5492343 + 25082d7 commit de0a9bbCopy full SHA for de0a9bb
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -55,7 +55,6 @@
55
import java.net.MalformedURLException;
56
import java.net.URL;
57
import java.nio.charset.StandardCharsets;
58
-import java.security.SecureRandom;
59
import java.time.LocalDate;
60
import java.time.OffsetDateTime;
61
import java.time.ZoneOffset;
@@ -234,7 +233,7 @@ private YoutubeParsingHelper() {
234
233
*/
235
private static final String IOS_DEVICE_MODEL = "iPhone14,5";
236
237
- private static Random numberGenerator = new SecureRandom();
+ private static Random numberGenerator = new Random();
238
239
private static final String FEED_BASE_CHANNEL_ID =
240
"https://www.youtube.com/feeds/videos.xml?channel_id=";
0 commit comments