2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-28 21:07:57 +00:00

Merge pull request #1348 from TobiGr/user-agent-140

This commit is contained in:
Stypox 2025-07-28 14:00:31 +02:00 committed by GitHub
commit c5337943d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ public final class DownloaderTestImpl extends Downloader {
* Should be the latest Firefox ESR version. * Should be the latest Firefox ESR version.
*/ */
private static final String USER_AGENT = private static final String USER_AGENT =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"; "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0";
private static DownloaderTestImpl instance; private static DownloaderTestImpl instance;
private final RateLimitedClientWrapper clientWrapper; private final RateLimitedClientWrapper clientWrapper;