mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
Update facebook.py
This commit is contained in:
parent
81aa8614be
commit
f99698f45d
@ -514,7 +514,7 @@ class FacebookPluginsVideoIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class FacebookUserIE(InfoExtractor):
|
class FacebookUserIE(InfoExtractor):
|
||||||
_VALID_URL = r'(?P<url>https?://(?:[^/]+\.)?facebook\.com/(?:pg/)?(?P<id>[^/?#&]+))/videos(?!/\d)'
|
_VALID_URL = r'(?P<url>https?://(?:[^/]+\.)?facebook\.com/(?:pg/)?(?P<id>[^/?#&]+))/videos(?!/[\w\.])'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
# page
|
# page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user