isYoutubeWatchUrl

abstract suspend fun isYoutubeWatchUrl(uri: Uri): Boolean

Checks if a URI is a YouTube watch URL.

Return

True if the URI is a YouTube no-cookie URI, false otherwise.

Parameters

uri

The URI to check.