Skip to content

Commit

Permalink
Switch to a cookieless http interface manager
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed May 27, 2024
1 parent a8c97a6 commit 2bb3505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public YoutubeAudioSourceManager(boolean allowSearch,
boolean allowDirectVideoIds,
boolean allowDirectPlaylistIds,
@NotNull Client... clients) {
this.httpInterfaceManager = HttpClientTools.createDefaultThreadLocalManager();
this.httpInterfaceManager = HttpClientTools.createCookielessThreadLocalManager();
this.allowSearch = allowSearch;
this.allowDirectVideoIds = allowDirectVideoIds;
this.allowDirectPlaylistIds = allowDirectPlaylistIds;
Expand Down

0 comments on commit 2bb3505

Please sign in to comment.