Skip to content

Commit c60d715

Browse files
Update src/plugins/skip-live-songs/patterns.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10c4584 commit c60d715

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/skip-live-songs/patterns.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const nonStudioPatterns = [
2626
/day\s+on\s+the\s+green/i, // Day on the Green
2727
// Famous venues/festivals
2828
/\b(wembley|glastonbury|woodstock|coachella)\b/i, // Wembley, Glastonbury, Woodstock, Coachella
29-
3029
// Dates and locations
3130
/\b(january|february|march|april|may|june|july|august|september|october|november|december)\s+\d+/i, // "September 22", "August 31"
3231
/\b\d{1,2}[/-]\d{1,2}[/-]\d{2,4}\b/, // Date formats: 09/22/2024, 9-22-24

0 commit comments

Comments
 (0)