combine.fm/lib/services/google/url.js

7 lines
138 B
JavaScript
Raw Normal View History

2015-08-20 23:22:57 +01:00
import { parse } from 'url';
2017-07-20 14:31:07 +01:00
export default function match(url) {
2021-01-17 16:41:47 +01:00
// Disable google since it doesn't respond anymore
2017-07-20 14:31:07 +01:00
return false;
}