X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2FInfoExtractors.py;h=33dbaa3de4fa0de4c9e6350970c2f4fa31a95589;hb=2e2038dc352de8a10525eb103bd9f6a6ae5b43f9;hp=e0c50c402279d9b32c58e7168b3ce6f32f919120;hpb=46bfb422584b46462ab4859f400758e0e7e977ad;p=youtube-dl 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" '''