[Koha-bugs] [Bug 17231] HTML5MediaYouTube should recognize youtu.be links from youtube as well at the full links

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 7 15:07:46 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17231

--- Comment #12 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #10)
> Comment on attachment 55093 [details] [review]
> /youtu\.?be/
> seems easier to read, don't you think?

Yeah, I can get behind that

> @@ +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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list