Open GoogleCodeExporter opened 8 years ago
Your report was deleted by mistake - happens a lot because of some sort of
scanning.
Same problem was reported in issue 515, fixed in version 0.04 of plugin.
Done in single re...
- while ($video =~
m/(mp4:[^\]]+_[A-Z]+([0-9]{3,4})_(16|4)[-x](9|3)[^\]]*.mp4)/gi)
+ while ($video =~
m/(mp4:[^\]]+_[A-Z]+([0-9]{3,4})(|_[^\]]+)_(16|4)[-x](9|3)[^\]]*.mp4)/gi)
{
- $formats{$2} = { video => $video, playpath => $1, ratio => "$3x$4" };
+ $formats{$2} = { video => $video, playpath => $1, ratio => "$4x$5" };
}
Original comment by njtaylor...@gmail.com
on 26 Aug 2013 at 10:21
Original issue reported on code.google.com by
insomnia...@googlemail.com
on 20 Aug 2013 at 3:18