FacebookIE: The date doesn't seem to be available anymore.
[youtube-dl.git] / youtube-dl
index 579a33d..4c931b4 100755 (executable)
@@ -2745,7 +2745,6 @@ class FacebookIE(InfoExtractor):
                data = {'title': r'\("video_title", "(.*?)"\)',
                        'description': r'<div class="datawrap">(.*?)</div>',
                        'owner': r'\("video_owner_name", "(.*?)"\)',
-                       'upload_date': r'data-date="(.*?)"',
                        'thumbnail':  r'\("thumb_url", "(?P<THUMB>.*?)"\)',
                        }
                video_info = {}