Skip to content

Instantly share code, notes, and snippets.

@gtk2k
gtk2k / youtubeurl.cs
Last active October 22, 2019 07:02
Youtubeの動画URLを取得する(Live対応)
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;