[EpidemicSound] formatting and documentation

Co-authored-by: dirkf <fieldhouse@gmx.net>
pull/32628/head
Robotix 5 months ago committed by GitHub
parent 46c8f4f84f
commit f4b3f094ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save