diff options
-rwxr-xr-x | youtube-dl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 579a33d0c..4c931b401 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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 = {} |