mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-05 21:46:59 +00:00
move yt_dlp.utils.web => yt_dlp.utils.jslib
Authored by: bashonly
This commit is contained in:
@@ -13,7 +13,7 @@ import math
|
|||||||
import re
|
import re
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from yt_dlp.utils.web import devalue
|
from yt_dlp.utils.jslib import devalue
|
||||||
|
|
||||||
|
|
||||||
TEST_CASES_EQUALS = [{
|
TEST_CASES_EQUALS = [{
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ from ..utils import (
|
|||||||
xpath_with_ns,
|
xpath_with_ns,
|
||||||
)
|
)
|
||||||
from ..utils._utils import _request_dump_filename
|
from ..utils._utils import _request_dump_filename
|
||||||
from ..utils.web import devalue
|
from ..utils.jslib import devalue
|
||||||
|
|
||||||
|
|
||||||
class InfoExtractor:
|
class InfoExtractor:
|
||||||
|
|||||||
1
yt_dlp/utils/jslib/__init__.py
Normal file
1
yt_dlp/utils/jslib/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Utility functions for handling web input based on commonly used JavaScript libraries
|
||||||
Reference in New Issue
Block a user