mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-31 12:32:27 +01:00
[hrfensehen] Fix wrong import
This commit is contained in:
parent
b3d1242534
commit
86878b6cd9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||||
import json
|
import json
|
||||||
import re
|
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
|
from .common import InfoExtractor
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue