PluginProbe
FV Player 8 / trunk
FV Player 8 vtrunk
trunk 8.0.18 8.0.19 8.0.20 8.0.21 8.0.25 8.0.27 8.1 8.1.3
fv-player / js / shortcode-editor-youtube.js

shortcode-editor-youtube.js in FV Player 8 trunk, at js/shortcode-editor-youtube.js

8 lines 432 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }