[hrfensehen] Fix wrong import

pull/95/head
pukkandan 2021-02-27 15:35:41 +05:30
rodzic b3d1242534
commit 86878b6cd9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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