From 592e4ee83be5296cd2261313181bbbdcc499a127 Mon Sep 17 00:00:00 2001 From: Sam Decrock Date: Tue, 5 Nov 2024 21:19:41 +0100 Subject: [PATCH] No extra newline --- yt_dlp/extractor/goplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/extractor/goplay.py b/yt_dlp/extractor/goplay.py index c059b736fb..f90bd1e9cd 100644 --- a/yt_dlp/extractor/goplay.py +++ b/yt_dlp/extractor/goplay.py @@ -112,7 +112,6 @@ class GoPlayIE(InfoExtractor): 'formats': formats, 'subtitles': subtitles, }) - return info_dict