mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
TEDIE: report the correct talk title when a link with the language code is given
This commit is contained in:
parent
46bfb42258
commit
2e2038dc35
@ -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…
Reference in New Issue
Block a user