GNOME Bugzilla – Bug 752595
lua-factory: Add grl.is_video_site() function
Last modified: 2015-07-21 12:42:13 UTC
.
Created attachment 307692 [details] [review] lua-factory: Add grl.is_video_site() function Based upon totem-pl-parser's totem_pl_parser_can_parse_from_uri() function.
Review of attachment 307692 [details] [review]: Looks good. I'll test it out this afternoon and push it. ::: src/lua-factory/grl-lua-library.c @@ +1359,3 @@ + ret = totem_pl_parser_can_parse_from_uri (url, FALSE); +#else + grl_debug ("Return FALSE for whether '%s' is a video site, as compiled without totem-plparser-mini support", url); GRL_DEBUG (..)
Created attachment 307758 [details] [review] lua-factory: Add grl.is_video_site() function Based upon totem-pl-parser's totem_pl_parser_can_parse_from_uri() function.
Note that the patch might not apply cleanly without the GOA patch merged.
Attachment 307758 [details] pushed as b5c2560 - lua-factory: Add grl.is_video_site() function