1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-18 16:26:23 +00:00

Update youtube_dl/extractor/tvp.py

This commit is contained in:
dirkf 2023-05-09 16:54:40 +01:00 committed by GitHub
parent 4891480197
commit 237c59f7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ from ..utils import (
int_or_none,
js_to_json,
traverse_obj,
txt_or_none,
url_or_none,
)