瀏覽代碼

FacebookIE: The date doesn't seem to be available anymore.

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.
Rogério Brito 14 年之前
父節點
當前提交
053419cd24
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube-dl

+ 0 - 1
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 = {}