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