| 1 |
/*global fv_player_editor_matcher */ |
| 2 |
|
| 3 |
if (typeof(fv_player_editor_matcher) !== 'undefined') { |
| 4 |
fv_player_editor_matcher.youtube = { |
| 5 |
matcher: /(youtube\.com|youtu\.be|youtube\-nocookie\.com)\/(shorts\/)?(watch\?(.*&)?v=|v\/|u\/|embed\/?)?(videoseries\?list=(.*)|[\w-]{11}|\?listType=(.*)&list=(.*))(.*)/i, |
| 6 |
update_fields: ['duration', 'caption', 'splash', 'auto_splash', 'auto_caption', 'last_video_meta_check'] |
| 7 |
}; |
| 8 |
} |