Skip to content

Commit

Permalink
Improve: Improved formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed May 31, 2024
1 parent a377f14 commit 0e8b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utilities/formatter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import 'package:youtube_explode_dart/youtube_explode_dart.dart';

String formatSongTitle(String title) {
final wordsPattern = RegExp(
r'\b(official music video|official lyric video|official lyrics video|official video|official audio|lyric video|lyrics video|official hd video|lyric visualizer|lyric vizualizer)\b',
r'\b(official music video|official lyric video|official lyrics video|official video|official 4k video|official audio|lyric video|lyrics video|official hd video|lyric visualizer|lyric vizualizer|official visualizer|lyrics|lyric)\b',
caseSensitive: false,
);

Expand Down

0 comments on commit 0e8b89f

Please sign in to comment.