1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-06 09:27:08 +02:00

[hrfensehen] Fix wrong import

This commit is contained in:
pukkandan 2021-02-27 15:35:41 +05:30
parent b3d1242534
commit 86878b6cd9

View 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