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
[YouTube] Fix search filters messing with which lockup formats are extracted
Follow up for [YouTube] Support LOCKUP_CONTENT_TYPE_PODCAST PR
`LOCKUP_CONTENT_TYPE_VIDEO` was only being extracted if `extractPlaylistResults` is true, which meant:
- if no filter was active, both playlists and videos were extracted as expected
- if only playlists were active, both playlists and videos were extracted, while only playlists should have been
- if only videos were active, no `LOCKUP_CONTENT_TYPE_VIDEO` were extracted, which is obviously wrong
This commit fixes that.
Co-Authored-By: Stypox <stypox@pm.me>
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSearchExtractor.java
0 commit comments