Skip to content

Documentation

Colin Kiama edited this page Jan 9, 2018 · 4 revisions

How to use:

  1. Create a new parser:

YTIDParser parser = new YTIDParser();

  1. Get YouTubeID from url:

string url = parser.GetVideoIDFromUrl(YourVideoUrl);

Clone this wiki locally