Update facebook.py

This commit is contained in:
ajj8 2020-01-15 15:59:23 +00:00 committed by GitHub
parent f99698f45d
commit 0c4a0205c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):