From c66df63b59c710f960cbd68705bf9b4b8e73046a Mon Sep 17 00:00:00 2001 From: ZerataX Date: Thu, 2 Apr 2020 09:06:41 +0200 Subject: [PATCH] [soundgasm] properly format tests --- youtube_dl/extractor/soundgasm.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py index f9db15ec9..f40b29204 100644 --- a/youtube_dl/extractor/soundgasm.py +++ b/youtube_dl/extractor/soundgasm.py @@ -81,13 +81,12 @@ class SoundgasmProfileIE(InfoExtractor): 'id': 'ytdl', }, 'playlist_count': 1 - }, - { - 'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl', - 'info_dict': { - 'id': 'ytdl' - }, - 'playlist_count': 1 + }, { + 'url': 'http://web.archive.org/web/20181218222843/https://soundgasm.net/u/ytdl', + 'info_dict': { + 'id': 'ytdl' + }, + 'playlist_count': 1 }] def _real_extract(self, url):