--- freevo-1.7.5/src/video/plugins/vpodcast.py~ 2007-11-11 21:01:39 +0300 +++ freevo-1.7.5/src/video/plugins/vpodcast.py 2008-05-16 14:52:52 +0400 @@ -140,7 +140,7 @@ def youtube(self, url): const_video_url_str = 'http://www.youtube.com/watch?v=%s' const_video_url_re = re.compile(r'^((?:http://)?(?:\w+\.)?youtube\.com/(?:v/|(?:watch(?:\.php)?)?\?(?:.+&)?v=))?([0-9A-Za-z_-]+)(?(1)[&/].*)?$') - const_url_t_param_re = re.compile(r'[,{]t:\'([^\']*)\'') + const_url_t_param_re = re.compile(r'"t": "([^"]*)"') const_video_url_real_str = 'http://www.youtube.com/get_video?video_id=%s&t=%s' const_video_title_re = re.compile(r'YouTube - ([^<]*)', re.M | re.I) try: