From: Jaime Marquínez Ferrándiz Date: Thu, 2 May 2013 16:28:07 +0000 (+0200) Subject: TEDIE: report the correct talk title when a link with the language code is given X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=2e2038dc352de8a10525eb103bd9f6a6ae5b43f9;p=youtube-dl TEDIE: report the correct talk title when a link with the language code is given --- diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index e0c50c402..33dbaa3de 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -3854,6 +3854,7 @@ class TEDIE(InfoExtractor): | ((?Ptalks)) # We have a simple talk ) + (/lang/(.*?))? # The url may contain the language /(?P\w+) # Here goes the name and then ".html" '''