mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-30 23:34:16 +09:00
[EpidemicSound] formatting and documentation
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
46c8f4f84f
commit
f4b3f094ac
@ -4,11 +4,11 @@ from __future__ import unicode_literals
|
|||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
float_or_none,
|
float_or_none,
|
||||||
|
T,
|
||||||
|
traverse_obj,
|
||||||
txt_or_none,
|
txt_or_none,
|
||||||
unified_timestamp,
|
unified_timestamp,
|
||||||
url_or_none,
|
url_or_none,
|
||||||
traverse_obj,
|
|
||||||
T,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -27,6 +27,8 @@ class EpidemicSoundIE(InfoExtractor):
|
|||||||
'timestamp': 1415320353,
|
'timestamp': 1415320353,
|
||||||
'upload_date': '20141107',
|
'upload_date': '20141107',
|
||||||
'age_limit': None,
|
'age_limit': None,
|
||||||
|
# check that the "best" format was found, since test file MD5 doesn't
|
||||||
|
# distinguish the formats
|
||||||
'format': 'full',
|
'format': 'full',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user