mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[5min] Cover joystiq.com URLs (Closes #4962)
This commit is contained in:
parent
5c8a3f862a
commit
d5c69f1da4
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class FiveMinIE(InfoExtractor):
|
|||
IE_NAME = '5min'
|
||||
_VALID_URL = r'''(?x)
|
||||
(?:https?://[^/]*?5min\.com/Scripts/PlayerSeed\.js\?(?:.*?&)?playList=|
|
||||
https?://(?:(?:massively|www)\.)?joystiq\.com/video/|
|
||||
5min:)
|
||||
(?P<id>\d+)
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue