From f4b3f094ac08bdb18a209b3ce27adf1e6a809a00 Mon Sep 17 00:00:00 2001 From: Robotix <82544307+realRobotix@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:42:44 +0100 Subject: [PATCH] [EpidemicSound] formatting and documentation Co-authored-by: dirkf --- youtube_dl/extractor/epidemicsound.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/epidemicsound.py b/youtube_dl/extractor/epidemicsound.py index e67d35cda..699195294 100644 --- a/youtube_dl/extractor/epidemicsound.py +++ b/youtube_dl/extractor/epidemicsound.py @@ -4,11 +4,11 @@ from __future__ import unicode_literals from .common import InfoExtractor from ..utils import ( float_or_none, + T, + traverse_obj, txt_or_none, unified_timestamp, url_or_none, - traverse_obj, - T, ) @@ -27,6 +27,8 @@ class EpidemicSoundIE(InfoExtractor): 'timestamp': 1415320353, 'upload_date': '20141107', 'age_limit': None, + # check that the "best" format was found, since test file MD5 doesn't + # distinguish the formats 'format': 'full', }, }, {