1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-19 06:28:52 +00:00
This commit is contained in:
c-basalt
2024-08-11 16:35:33 -04:00
parent 567fb56a1c
commit b58d59ec78
5 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import math
from yt_dlp.jsinterp.jsinterp import JS_Undefined, JSInterpreter
from yt_dlp.jsinterp.native import JS_Undefined, JSInterpreter
class NaN: