Skip to content

Commit

Permalink
Merge pull request #7052 from remitamine/engadget
Browse files Browse the repository at this point in the history
[engadget] accept short video urls
  • Loading branch information
dstftw committed Oct 3, 2015
2 parents 60d23e5 + 97d5bfc commit 85557f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/engadget.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class EngadgetIE(InfoExtractor):
_VALID_URL = r'''(?x)https?://www.engadget.com/
(?:video/5min/(?P<id>\d+)|
(?:video(?:/5min)?/(?P<id>\d+)|
[\d/]+/.*?)
'''

Expand Down

0 comments on commit 85557f6

Please sign in to comment.