mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-05-10 15:47:30 +00:00
[infomaniak] More maintainable imports
This commit is contained in:
parent
25e5bcfb1d
commit
6b07fba61b
@ -2,7 +2,11 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import traverse_obj, int_or_none, url_or_none
|
from ..utils import (
|
||||||
|
traverse_obj,
|
||||||
|
int_or_none,
|
||||||
|
url_or_none,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class InfomaniakVOD2IE(InfoExtractor):
|
class InfomaniakVOD2IE(InfoExtractor):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user