(?P<type_playlist>playlists(?:/\d+)?)# We have a playlist
|
@ -27,7 +27,10 @@ class TEDIE(SubtitlesInfoExtractor):
'md5':'4ea1dada91e4174b53dac2bb8ace429d',
'info_dict':{
'title':'The illusion of consciousness',
'description':'Philosopher Dan Dennett makes a compelling argument that not only don\'t we understand our own consciousness, but that half the time our brains are actively fooling us.',
'description':('Philosopher Dan Dennett makes a compelling '
'argument that not only don\'t we understand our own '
'consciousness, but that half the time our brains are '
'actively fooling us.'),
'uploader':'Dan Dennett',
}
}
@ -39,18 +42,18 @@ class TEDIE(SubtitlesInfoExtractor):