aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/globo.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/globo.py')
-rw-r--r--hypervideo_dl/extractor/globo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/globo.py b/hypervideo_dl/extractor/globo.py
index a7be2cb..df98f09 100644
--- a/hypervideo_dl/extractor/globo.py
+++ b/hypervideo_dl/extractor/globo.py
@@ -8,8 +8,8 @@ from .common import InfoExtractor
from ..compat import (
compat_str,
)
+from ..networking import HEADRequest
from ..utils import (
- HEADRequest,
ExtractorError,
float_or_none,
orderedSet,