aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/orf.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/orf.py')
-rw-r--r--hypervideo_dl/extractor/orf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/orf.py b/hypervideo_dl/extractor/orf.py
index e9d23a4..cc3c003 100644
--- a/hypervideo_dl/extractor/orf.py
+++ b/hypervideo_dl/extractor/orf.py
@@ -2,11 +2,11 @@ import functools
import re
from .common import InfoExtractor
+from ..networking import HEADRequest
from ..utils import (
clean_html,
determine_ext,
float_or_none,
- HEADRequest,
InAdvancePagedList,
int_or_none,
join_nonempty,