From f6cd7375a9ea5047b7279ff41e6f0cf6a5c184b6 Mon Sep 17 00:00:00 2001 From: razzle01 Date: Tue, 5 May 2020 23:27:12 +0200 Subject: [PATCH] [CSGOAnime] Add new extractor --- youtube_dl/extractor/csgoanime.py | 2 +- youtube_dl/extractor/extractors.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/csgoanime.py b/youtube_dl/extractor/csgoanime.py index a12aeccdc..c6c88a212 100644 --- a/youtube_dl/extractor/csgoanime.py +++ b/youtube_dl/extractor/csgoanime.py @@ -31,4 +31,4 @@ class CSGOAnimeIE(InfoExtractor): 'title': 'CSGOAnime', 'uploader': 'thrice', 'url': video_url - } \ No newline at end of file + } diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 35f847ae8..b61ece7de 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1517,4 +1517,4 @@ from .zdf import ZDFIE, ZDFChannelIE from .zingmp3 import ZingMp3IE from .zype import ZypeIE -from .csgoanime import CSGOAnimeIE \ No newline at end of file +from .csgoanime import CSGOAnimeIE