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" '''