X-Git-Url: https://git.jankratochvil.net/?p=youtube-dl.git;a=blobdiff_plain;f=youtube-dl;h=4c931b40177c668bf69536b30bdc4f4169053e3e;hp=579a33d0c9fa3e23c9c7c7ab239fa58068220af3;hb=053419cd245e4af1330bf970a0b919c71cdb3a94;hpb=99e207bab0f6e3c2e70fc5e4ba2154ca536de0eb diff --git a/youtube-dl b/youtube-dl index 579a33d..4c931b4 100755 --- a/youtube-dl +++ b/youtube-dl @@ -2745,7 +2745,6 @@ class FacebookIE(InfoExtractor): data = {'title': r'\("video_title", "(.*?)"\)', 'description': r'
(.*?)
', 'owner': r'\("video_owner_name", "(.*?)"\)', - 'upload_date': r'data-date="(.*?)"', 'thumbnail': r'\("thumb_url", "(?P.*?)"\)', } video_info = {}