blob: 3ce4532190eb71e424d1cc8ac4dd48b7c40c7e12 (
plain)
1
2
3
4
5
6
|
"use strict";
exports.type = "site";
exports.name = "dailymotion";
exports.when = "start";
exports.match = [/https?:\/\/(www.)dailymotion.com\/(embed\/|)video\/.*/];
exports.inject = ["data/dailymotion.js"];
|