From: Rogério Brito Date: Thu, 20 Oct 2011 22:27:48 +0000 (-0200) Subject: FacebookIE: Fix extraction of title as Facebook has changed stuff. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=99e207bab0f6e3c2e70fc5e4ba2154ca536de0eb;p=youtube-dl FacebookIE: Fix extraction of title as Facebook has changed stuff. --- diff --git a/youtube-dl b/youtube-dl index 4449e7301..579a33d0c 100755 --- a/youtube-dl +++ b/youtube-dl @@ -2742,7 +2742,7 @@ class FacebookIE(InfoExtractor): def _parse_page(self, video_webpage): """Extract video information from page""" # General data - data = {'title': r'class="video_title datawrap">(.*?)(.*?)', 'owner': r'\("video_owner_name", "(.*?)"\)', 'upload_date': r'data-date="(.*?)"',