mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
Correct ..compat
This commit is contained in:
parent
cb2d26c472
commit
9b828daa1a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import re
|
|||
|
||||
from .common import InfoExtractor
|
||||
|
||||
from .compat import compat_str
|
||||
from ..compat import compat_str
|
||||
from ..utils import (
|
||||
clean_html,
|
||||
int_or_none,
|
||||
|
|
Loading…
Reference in a new issue