http://gitunderground.i2p/archive/youtube-dl/commit/03ff2cc1c49c82daf2218b76e169c2d679447f03
P<title>.+?)</title> ' , webpage , ' title ' ) title = title . strip ( ) links = re . findall ( r ' \ s(?:file|url): \ s *[ " \' ]([^ \' " ]+)[ " \' ] ' , webpage ) links = map ( compat_urllib_parse . unquote , links ) video_url = re . findall ( r ' http:// \ w+.auengine.com/vod/. *[ ^ \ W ] ' , webpage ) video_url = map ( compat_urllib_parse . unquote , video_url ) [ 0 ] thumbnail = re . findall ( r ' http:// \ w+.auengine.com/thumb/.*[^ \ W] ' , webpage...