Skip to content

Commit 0a0afb1

Browse files
author
ImprovedTube
authored
video URL time Regex
1 parent 5748807 commit 0a0afb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js&css/web-accessible/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var ImprovedTube = {
3636
channel_home_page_postfix: /\/(featured)?\/?$/,
3737
thumbnail_quality: /(default\.jpg|mqdefault\.jpg|hqdefault\.jpg|hq720\.jpg|sddefault\.jpg|maxresdefault\.jpg)+/,
3838
video_id: /(?:[?&]v=|embed\/|shorts\/)([^&?]{11})/,
39-
video_time: /[?&](?:t|start)=([^&]+)|#t=(\w+)/,
39+
video_time: /[?&](?:t|start|stop)=([^&]+)|#t=(\w+)/,
4040
playlist_id: /[?&]list=([^&]+)/,
4141
channel_link: /https:\/\/www.youtube.com\/@|((channel|user|c)\/)/
4242
},

0 commit comments

Comments
 (0)