mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-18 19:22:17 +00:00
Adjust imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from yt_dlp_ejs._version import version
|
||||
|
||||
from yt_dlp_ejs import yt
|
||||
|
||||
__all__ = [
|
||||
"version",
|
||||
"yt"
|
||||
]
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from . import solver
|
||||
|
||||
__all__ = ["solver"]
|
||||
@@ -1,8 +1,7 @@
|
||||
import importlib
|
||||
import importlib.resources
|
||||
|
||||
import yt_dlp_ejs.yt.solver
|
||||
|
||||
|
||||
def core() -> str:
|
||||
"""
|
||||
Read the contents of the JavaScript core solver bundle as string.
|
||||
|
||||
Reference in New Issue
Block a user