FacebookIE: The date doesn't seem to be available anymore.
authorRogério Brito <rbrito@ime.usp.br>
Thu, 20 Oct 2011 22:28:29 +0000 (20:28 -0200)
committerRogério Brito <rbrito@ime.usp.br>
Thu, 20 Oct 2011 22:28:34 +0000 (20:28 -0200)
The current regular expression is likely to match a lot of stuff, as each
comment that a video has has one of those and it is not clear which one is
the date of the video *upload* itself.

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 = {}