diff options
| -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', | 
