1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Import required Exception

This commit is contained in:
Phxntxm 2017-04-22 22:09:03 -05:00
parent a30dae0735
commit 96e17e9cb6

View file

@ -5,7 +5,7 @@ from itertools import islice
from random import shuffle
from .entry import URLPlaylistEntry, get_header
from .exceptions import ExtractionError, WrongEntryTypeError
from .exceptions import ExtractionError, WrongEntryTypeError, LiveStreamError
from .event_emitter import EventEmitter