From cdcb4af1c3257d955404ac5ea34becbb2bb1b1d3 Mon Sep 17 00:00:00 2001 From: dirkf Date: Tue, 14 Feb 2023 18:29:26 +0000 Subject: [PATCH] Linted? --- youtube_dl/extractor/arte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 2c3d37e01..e6f72852e 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -342,4 +342,4 @@ class ArteTVCategoryIE(ArteTVBaseIE): return merge_dicts( self.playlist_from_matches(items, playlist_id=playlist_id, playlist_title=title), - {'description': self._og_search_description(webpage, default=None)}) \ No newline at end of file + {'description': self._og_search_description(webpage, default=None)})