mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Use compat.re
This commit is contained in:
parent
5dceb21df6
commit
6657e7834f
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@
|
|||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
import math
|
||||
import re
|
||||
|
||||
from yt_dlp.compat import re
|
||||
from yt_dlp.jsinterp import JS_Undefined, JSInterpreter
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue