forked from minhngoc25a/yt-dlc
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
dcdfd1c711
|
@ -8,8 +8,8 @@ from ..utils import (
|
||||||
unified_strdate,
|
unified_strdate,
|
||||||
str_to_int,
|
str_to_int,
|
||||||
parse_duration,
|
parse_duration,
|
||||||
|
clean_html,
|
||||||
)
|
)
|
||||||
from youtube_dl.utils import clean_html
|
|
||||||
|
|
||||||
|
|
||||||
class FourTubeIE(InfoExtractor):
|
class FourTubeIE(InfoExtractor):
|
||||||
|
|
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from youtube_dl.utils import ExtractorError
|
from ..utils import ExtractorError
|
||||||
|
|
||||||
|
|
||||||
class TinyPicIE(InfoExtractor):
|
class TinyPicIE(InfoExtractor):
|
||||||
|
|
Loading…
Reference in New Issue