https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17231 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #12)
@@ +109,5 @@
+ 'fmt' => '43' #webm is the only format compatible to all modern browsers. maybe check for available qualities + } + ); + }; + if ($@) { warn $@; }
What kind of errors do you handle here? if an URL contains 'youtube' but isn't a www.youtube.com link the downloader will fail - this way it fails nicer - something like this: http://www.nytimes.com/topic/company/youtube
So should not we test the regex from ^? -- You are receiving this mail because: You are watching all bug changes.