Skip to content

Commit 0f9c16e

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 c60d715 commit 0f9c16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const nonStudioPatterns = [
2828
/\b(wembley|glastonbury|woodstock|coachella)\b/i, // Wembley, Glastonbury, Woodstock, Coachella
2929
// Dates and locations
3030
/\b(january|february|march|april|may|june|july|august|september|october|november|december)\s+\d+/i, // "September 22", "August 31"
31-
/\b\d{1,2}[/-]\d{1,2}[/-]\d{2,4}\b/, // Date formats: 09/22/2024, 9-22-24
31+
/\b\d{1,2}[/-]\d{1,2}[/-]\d{2,4}\b/, // Date formats: 09/22/2024, 9-22-24
3232
/\b[A-Z][a-z]+,\s*[A-Z]{2}\b/, // Locations: "Oakland, CA", "London, UK"
3333
/\b[A-Z][a-z]+\s+City\b/i, // Cities: "Mexico City", "New York City"
3434
/\b(tokyo|paris|berlin|sydney)\b/i, // More cities

0 commit comments

Comments
 (0)