Get a Video instance from a videoId
videoId
Future<Video> get(dynamic videoId) async => _getVideoFromWatchPage(VideoId.fromString(videoId));