From 9aee1ace28ce165278896361c6165ea92c2d30fe Mon Sep 17 00:00:00 2001 From: MrHulk <154370583+MrHulk02@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:31:45 +0530 Subject: [PATCH] Update yt_dlp/extractor/fptplay.py Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> --- yt_dlp/extractor/fptplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/fptplay.py b/yt_dlp/extractor/fptplay.py index a75630cbec..985d7b0e5d 100644 --- a/yt_dlp/extractor/fptplay.py +++ b/yt_dlp/extractor/fptplay.py @@ -37,7 +37,7 @@ class FptplayIE(InfoExtractor): 'episode_number': '1', 'duration': '2665', }, - }, ] + }] def _real_extract(self, url):