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,
)