diff --git a/youtube-extract b/youtube-extract index c77f71e..e5c2656 100755 --- a/youtube-extract +++ b/youtube-extract @@ -70,6 +70,8 @@ videoPattern = '|'.join([ r'/www\.youtube\.com/embed/?\?(\S*&)?v=[0-9A-Za-z_-]{11}', # Shortener r'/(?i:youtu\.be)(:\d+)?/[0-9A-Za-z_-]{11}', + # Shorts + r'/www\.youtube\.com/shorts/[0-9A-Za-z_-]{11}', # Old (Flash) embeds r'/www\.youtube\.com/v/[0-9A-Za-z_-]{11}', # Redirects from links in video descriptions