mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-21 00:12:51 +08:00
[clipfish] Fix imports (#1842)
This commit is contained in:
parent
ea07dbb8b1
commit
f8f60d2793
@ -3,6 +3,7 @@ import time
|
|||||||
import xml.etree.ElementTree
|
import xml.etree.ElementTree
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
from ..utils import ExtractorError
|
||||||
|
|
||||||
|
|
||||||
class ClipfishIE(InfoExtractor):
|
class ClipfishIE(InfoExtractor):
|
||||||
|
Loading…
Reference in New Issue
Block a user