[youtube] Match more truncated URLs (Closes #2402)
This commit is contained in:
parent
ad5976b4d9
commit
2eb5d315d4
2 changed files with 4 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ class YoutubeTruncatedURLIE(InfoExtractor):
|
|||
IE_NAME = 'youtube:truncated_url'
|
||||
IE_DESC = False # Do not list
|
||||
_VALID_URL = r'''(?x)
|
||||
(?:https?://)?[^/]+/watch\?feature=[a-z_]+$|
|
||||
(?:https?://)?[^/]+/watch\?(?:feature=[a-z_]+)?$|
|
||||
(?:https?://)?(?:www\.)?youtube\.com/attribution_link\?a=[^&]+$
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue