Checks if this handler can handle the given URL
@override bool canHandle(String url) { return url.contains('vegamovies'); }