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
searchfilters: Make YoutubeSearchQueryHandlerFactory singleton
Singleton to get the same objects of filters during search.
The content filter holds a variable search parameter: (filter.getParams())
-> we need the same set of objects
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeSearchQueryHandlerFactory.java
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,21 @@ public final class YoutubeSearchQueryHandlerFactory extends SearchQueryHandlerFa
0 commit comments