mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[clipfish] Fix imports (#1842)
This commit is contained in:
parent
ea07dbb8b1
commit
f8f60d2793
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import xml.etree.ElementTree
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import ExtractorError
|
||||
|
||||
|
||||
class ClipfishIE(InfoExtractor):
|
||||
|
|
Loading…
Reference in a new issue