diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-22 02:57:00 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-22 03:19:55 +0530 |
commit | 5fd8367496b42c7b900b896a0d5460561a2859de (patch) | |
tree | 29f49609c14ec0642aee05e347b107c71b509b5d /devscripts | |
parent | 0dff8e4d1e6e9fb938f4256ea9af7d81f42fd54f (diff) | |
download | hypervideo-pre-5fd8367496b42c7b900b896a0d5460561a2859de.tar.lz hypervideo-pre-5fd8367496b42c7b900b896a0d5460561a2859de.tar.xz hypervideo-pre-5fd8367496b42c7b900b896a0d5460561a2859de.zip |
[extractor] Support multiple `_VALID_URL`s (#5812)
Authored by: nixxo
Diffstat (limited to 'devscripts')
-rw-r--r-- | devscripts/lazy_load_template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/lazy_load_template.py b/devscripts/lazy_load_template.py index c8815e01b..6f52165c5 100644 --- a/devscripts/lazy_load_template.py +++ b/devscripts/lazy_load_template.py @@ -6,6 +6,7 @@ from ..utils import ( age_restricted, bug_reports_message, classproperty, + variadic, write_string, ) |