Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Shorts components): Update pattern for hide disabled co…
Browse files Browse the repository at this point in the history
…mments
  • Loading branch information
anddea committed May 16, 2024
1 parent 751a7ff commit c7b2fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@SuppressWarnings("unused")
public final class ShortsButtonFilter extends Filter {
private static final Pattern REEL_COMMENTS_DISABLED_PATTERN = Pattern.compile("reel_comment_button.+\\d+");
private static final Pattern REEL_COMMENTS_DISABLED_PATTERN = Pattern.compile("reel_comment_button.+\\d+.+4");
private final static String REEL_CHANNEL_BAR_PATH = "reel_channel_bar.eml";
private final static String REEL_LIVE_HEADER_PATH = "immersive_live_header.eml";
/**
Expand Down

0 comments on commit c7b2fd4

Please sign in to comment.