1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-01 11:32:52 -05:00

[extractor] Support multiple _VALID_URLs (#5812)

Authored by: nixxo
This commit is contained in:
pukkandan
2023-06-22 02:57:00 +05:30
parent 0dff8e4d1e
commit 5fd8367496
2 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@ from ..utils import (
age_restricted,
bug_reports_message,
classproperty,
variadic,
write_string,
)