1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 22:17:14 +08:00

[nytimes] import UnsupportedError before raising it

This commit is contained in:
John Hawkinson 2016-10-15 13:38:48 -04:00
parent 9fb7e1bd6c
commit 3915b5193e

View File

@ -13,6 +13,7 @@ from ..utils import (
parse_iso8601,
mimetype2ext,
determine_ext,
UnsupportedError,
)