Correct ..compat

This commit is contained in:
dirkf 2022-10-31 13:42:54 +00:00 committed by GitHub
parent cb2d26c472
commit 9b828daa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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