Skip to content

Commit

Permalink
domains: improve google.calendar regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Aug 16, 2024
1 parent 9831050 commit 683dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/google.com/google.calendar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {

re: [
/^https?:\/\/(?:www|calendar)\.google\.com\/calendar\/(?:u\/\d+\/)?embed\/?\?(?:.+)$/i
/^https?:\/\/(?:www|calendar)\.google\.com\/calendar\/embed\/?\?(?:.+)$/i
],

mixins: ['*'],
Expand Down

0 comments on commit 683dccf

Please sign in to comment.