using System.Web; using Tesses.YouTubeDownloader; using YoutubeExplode; using YoutubeExplode.Videos; string[] mos = new string[]{"jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"}; string[] Mos = new string[]{"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; if(args.Length < 3) { Console.WriteLine("USAGE: removed_php_gen removed.txt tytddir phpdir"); Console.WriteLine("WARNING: wont automaticly edit index.php"); } else { TYTDPathDirectory tYTDPathDirectory=new TYTDPathDirectory(args[1]); DateTime dt=DateTime.Now; Directory.CreateDirectory(args[2]); /* Removed as of Oct 31, 2023

Removed as of Oct 31, 2023