aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tfo.py')
-rw-r--r--hypervideo_dl/extractor/tfo.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/hypervideo_dl/extractor/tfo.py b/hypervideo_dl/extractor/tfo.py
index a24789c..d417f50 100644
--- a/hypervideo_dl/extractor/tfo.py
+++ b/hypervideo_dl/extractor/tfo.py
@@ -1,12 +1,8 @@
import json
from .common import InfoExtractor
-from ..utils import (
- HEADRequest,
- ExtractorError,
- int_or_none,
- clean_html,
-)
+from ..networking import HEADRequest
+from ..utils import ExtractorError, clean_html, int_or_none
class TFOIE(InfoExtractor):