1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-09 11:52:51 +08:00

maintain alphabetic order

This commit is contained in:
Niklas 2018-10-05 00:30:15 +02:00
parent 15a5856e9d
commit 4ad89eb36b
No known key found for this signature in database
GPG Key ID: C7070AE8E74845B8

View File

@ -12,8 +12,8 @@ from ..utils import (
int_or_none,
parse_duration,
unified_strdate,
xpath_text,
xpath_attr,
xpath_text,
update_url_query,
url_or_none,
)