Skip to content

Instantly share code, notes, and snippets.

View Themodem's full-sized avatar

Lee Themodem

  • FrogEducation
  • United Kingdom
View GitHub Profile
@Themodem
Themodem / YoutubeClientExtensions.cs
Created February 14, 2019 12:30
Extension for YoutubeExplode to get the first page of channel playlists in a pretty horrific way
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using YoutubeExplode;
using YoutubeExplode.Models;