1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[EpidemicSound] formatting and documentation

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
Robotix 2023-12-05 22:42:44 +01:00 committed by GitHub
parent 46c8f4f84f
commit f4b3f094ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
},
}, {