diff options
author | remitamine <remitamine@gmail.com> | 2015-08-03 00:09:21 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-08-03 00:09:21 +0100 |
commit | 67b8a28a2f69764259cf2e90c0a3785c05c55551 (patch) | |
tree | 81e79b1f8b244b94ccea1c020cd628d0d301333f | |
parent | 51a575159a5a83e4477b03544f419dcf2e9ff0fa (diff) |
[facebook] add uploader value to the tests
-rw-r--r-- | youtube_dl/extractor/facebook.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 734de4da2..178a7ca4c 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -44,6 +44,7 @@ class FacebookIE(InfoExtractor): 'id': '637842556329505', 'ext': 'mp4', 'title': 're:Did you know Kei Nishikori is the first Asian man to ever reach a Grand Slam', + 'uploader': 'Tennis on Facebook', } }, { 'note': 'Video without discernible title', @@ -52,6 +53,7 @@ class FacebookIE(InfoExtractor): 'id': '274175099429670', 'ext': 'mp4', 'title': 'Facebook video #274175099429670', + 'uploader': 'Asif Nawab Butt', }, 'expected_warnings': [ 'title' |