]> jfr.im git - yt-dlp.git/commitdiff
[hrfensehen] Fix wrong import
authorpukkandan <redacted>
Sat, 27 Feb 2021 10:05:41 +0000 (15:35 +0530)
committerpukkandan <redacted>
Sat, 27 Feb 2021 10:05:41 +0000 (15:35 +0530)
yt_dlp/extractor/hrfensehen.py

index a04a5b0ffc1995d7073d8b04132f162e5756b504..2a994d471c8198c57cac638990f28bde54d1f0f2 100644 (file)
@@ -4,7 +4,7 @@
 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