Update facebook.py
This commit is contained in:
parent
f99698f45d
commit
0c4a0205c7
@ -518,13 +518,15 @@ class FacebookUserIE(InfoExtractor):
|
||||
|
||||
_TESTS = [{
|
||||
# page
|
||||
'url': 'https://www.facebook.com/uniladmag/videos'
|
||||
'url': 'https://www.facebook.com/Coca-Cola/videos/?ref=page_internal',
|
||||
'info_dict': {
|
||||
'id': 'Coca-Cola'
|
||||
},
|
||||
'playlist_mincount': 90,
|
||||
}, {
|
||||
# page
|
||||
'url': 'https://www.facebook.com/Coca-Cola/videos/?ref=page_internal'
|
||||
}, {
|
||||
# profile
|
||||
'url': 'https://www.facebook.com/zuck/videos'
|
||||
# profile (requires login)
|
||||
'url': 'https://www.facebook.com/zuck/videos',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user