diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-27 15:35:41 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-27 15:35:41 +0530 |
commit | 86878b6cd9b72b219b3608ab55544d43ceddc5be (patch) | |
tree | f9982b121e2233cd53eb5bd24888afc20a3a5722 | |
parent | b3d12425345fab4165cb61b0a117b9de8e4e5a5c (diff) | |
download | hypervideo-pre-86878b6cd9b72b219b3608ab55544d43ceddc5be.tar.lz hypervideo-pre-86878b6cd9b72b219b3608ab55544d43ceddc5be.tar.xz hypervideo-pre-86878b6cd9b72b219b3608ab55544d43ceddc5be.zip |
[hrfensehen] Fix wrong import
-rw-r--r-- | yt_dlp/extractor/hrfensehen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/hrfensehen.py b/yt_dlp/extractor/hrfensehen.py index a04a5b0ff..2a994d471 100644 --- a/yt_dlp/extractor/hrfensehen.py +++ b/yt_dlp/extractor/hrfensehen.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals import json import re -from yt_dlp.utils import int_or_none, unified_timestamp, unescapeHTML +from ..utils import int_or_none, unified_timestamp, unescapeHTML from .common import InfoExtractor |