diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-29 05:19:56 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-29 05:19:56 +0200 |
commit | 5e4f06197f3d949bf89ee7e156391ca78121bf16 (patch) | |
tree | df74f7bd5fd3893935dd33edd6c3acabdd0e9c7d | |
parent | 761e1645e075ff9f8c5aeb8d0f2a4cfac71fb528 (diff) |
[facebook] Fix test case
-rw-r--r-- | youtube_dl/extractor/facebook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 60e68d98a..3ad993751 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -35,7 +35,7 @@ class FacebookIE(InfoExtractor): 'id': '637842556329505', 'ext': 'mp4', 'duration': 38, - 'title': 'Did you know Kei Nishikori is the first Asian man to ever reach a Grand Slam fin...', + 'title': 're:Did you know Kei Nishikori is the first Asian man to ever reach a Grand Slam', } }, { 'note': 'Video without discernible title', |