aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/tfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/tfo.py')
-rw-r--r--yt_dlp/extractor/tfo.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/yt_dlp/extractor/tfo.py b/yt_dlp/extractor/tfo.py
index a24789cb3..d417f50e1 100644
--- a/yt_dlp/extractor/tfo.py
+++ b/yt_dlp/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):