Skip to content

Commit

Permalink
handle video lyric
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Jul 21, 2023
1 parent 7dca4c5 commit f221303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions save-page-to-tana/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
.replace(new RegExp(`${artist}\\s[-–]\\s`), '')
.replace(new RegExp(`\\s[-–]\\s${artist}`), '')
.replace(/\s?\(Official Video\)/, '')
.replace(/\s?\(Video Lyric\)/, '')
.trim()

return {
Expand Down

0 comments on commit f221303

Please sign in to comment.