1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

move yt_dlp.utils.web => yt_dlp.utils.jslib

Authored by: bashonly
This commit is contained in:
bashonly 2025-06-11 13:51:09 -05:00
parent ac834cb366
commit 65b8662f37
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
5 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
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 = [{

View File

@ -101,7 +101,7 @@
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:

View File

@ -0,0 +1 @@
# Utility functions for handling web input based on commonly used JavaScript libraries