Package: youtube-dl Version: 2006.11.12-1 Followup-For: Bug #439363
try this. no claims that it will fork for age restricted files, but for regular files it appears to fix it. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-686 Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1) Versions of packages youtube-dl depends on: ii python 2.4.4-2 An interactive high-level object-o youtube-dl recommends no packages. -- debconf-show failed
45c45 < const_video_url_params_re = re.compile(r'player2\.swf\?([^"]+)"', re.M) --- > const_video_url_params_re = re.compile(r'var fullscreenUrl > =.*[?&](video_id=\w+)(?:&[^&]+)*(&t=\w+)\W', re.M) 199d198 < 204c203 < video_url_params = video_url_params_mo.group(1) --- > video_url_params = ''.join(video_url_params_mo.groups())