Index: trunk/tools/upload-scripts/thumb-handler.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | $params['archived'] = 1; |
28 | 28 | } |
29 | 29 | } elseif ( preg_match('!^(?:http://upload.wikimedia.org)?/+([\w-]*)/([\w-]*)/thumb(/archive|)/\w/\w\w/([^/]*\.(?:(?i)ogg|ogv|oga))/' . |
30 | | - '(mid|seek(?:=|%3D|%3d)\d+)-([^/]*)$!', $uri, $matches ) ) |
| 30 | + '(mid|seek(?:=|%3D|%3d)[0-9.]+)-([^/]*)$!', $uri, $matches ) ) |
31 | 31 | { |
32 | 32 | list( $all, $site, $lang, $arch, $filename, $timeFull, $fn2 ) = $matches; |
33 | 33 | $params = array( 'f' => $filename ); |