Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.Utility.ExtractYouTubeIdFromURL

Jackson Wood edited this page Feb 20, 2019 · 1 revision

Utility.ExtractYouTubeIdFromURL

public static string ExtractYouTubeIdFromURL(string youTubeURL);

Parameters

Name Description
youTubeURL

Returns

string: Result of the function calculations

Description

Attempt to extract the video id from a YouTube URL.

Adapted by for C# by Jackson Wood.

Author: Stephan Schmitz [Email]

URL: [[https://stackoverflow.com/a/10524505]].

Clone this wiki locally