Browse Source

TEDIE: report the correct talk title when a link with the language code is given

master
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
2e2038dc35
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/InfoExtractors.py

1
youtube_dl/InfoExtractors.py

@ -3854,6 +3854,7 @@ class TEDIE(InfoExtractor):
|
((?P<type_talk>talks)) # We have a simple talk
)
(/lang/(.*?))? # The url may contain the language
/(?P<name>\w+) # Here goes the name and then ".html"
'''

Loading…
Cancel
Save