mirror of
https://github.com/jcreek/YouTubeChannelDownloader.git
synced 2026-07-13 11:13:46 +00:00
feat(*): Add using statements
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
|
using Creek.HelpfulExtensions;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using YouTubeChannelDownloader.Data;
|
||||||
|
using YouTubeChannelDownloader.Models;
|
||||||
|
using YouTubeChannelDownloader.Services;
|
||||||
|
using YoutubeExplode;
|
||||||
|
using YoutubeExplode.Common;
|
||||||
|
using YoutubeExplode.Converter;
|
||||||
|
using YoutubeExplode.Playlists;
|
||||||
|
using YoutubeExplode.Videos.Streams;
|
||||||
|
using YouTubeChannelDownloader.Utilities;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace YouTubeChannelDownloader
|
namespace YouTubeChannelDownloader
|
||||||
|
|||||||
Reference in New Issue
Block a user