fix(YouTube - Keyword filter): Filter videos from new subscription layout

This commit is contained in:
LisoUseInAIKyrios 2024-07-28 13:19:40 -04:00
parent 3945a37944
commit 2f2eeea5a7

View File

@ -107,6 +107,7 @@ final class KeywordContentFilter extends Filter {
"search_video_with_context.eml",
"video_with_context.eml", // Subscription tab videos.
"related_video_with_context.eml",
"video_lockup_with_attachment.eml", // A/B test for subscribed video.
"compact_video.eml",
"inline_shorts",
"shorts_video_cell",
@ -166,7 +167,7 @@ final class KeywordContentFilter extends Filter {
/**
* If filtering is temporarily turned off, the time to resume filtering.
* Field is zero if no timeout is in effect.
* Field is zero if no backoff is in effect.
*/
private volatile long timeToResumeFiltering;