1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 03:47:15 +08:00

[ciscolive] Remove unnecessary ExtractorError import

This commit is contained in:
Austin de Coup-Crank 2018-11-02 13:53:52 -07:00
parent 10ce83e1d5
commit 240ac9b0cc

View File

@ -11,8 +11,7 @@ from ..utils import (
try_get, try_get,
clean_html, clean_html,
urlencode_postdata, urlencode_postdata,
int_or_none, int_or_none
ExtractorError
) )