[facebook] Allow '?' before '#!' (fixes #3477)
This commit is contained in:
parent
173a7026d5
commit
a6da7b6b96
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ from ..utils import (
|
|||
class FacebookIE(InfoExtractor):
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://(?:\w+\.)?facebook\.com/
|
||||
(?:[^#?]*\#!/)?
|
||||
(?:[^#]*?\#!/)?
|
||||
(?:video/video\.php|photo\.php|video/embed)\?(?:.*?)
|
||||
(?:v|video_id)=(?P<id>[0-9]+)
|
||||
(?:.*)'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue