From 2e2038dc352de8a10525eb103bd9f6a6ae5b43f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Thu, 2 May 2013 18:28:07 +0200 Subject: [PATCH] TEDIE: report the correct talk title when a link with the language code is given --- youtube_dl/InfoExtractors.py | 1 + 1 file changed, 1 insertion(+) 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" '''