[ie/commonmistakes] Raise error on blob URLs (#9897)
Authored by: seproDev
This commit is contained in:
parent
00a9f2e1f7
commit
98d71d8c5e
2 changed files with 21 additions and 1 deletions
|
|
@ -387,7 +387,11 @@ from .comedycentral import (
|
|||
ComedyCentralIE,
|
||||
ComedyCentralTVIE,
|
||||
)
|
||||
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
|
||||
from .commonmistakes import (
|
||||
BlobIE,
|
||||
CommonMistakesIE,
|
||||
UnicodeBOMIE,
|
||||
)
|
||||
from .commonprotocols import (
|
||||
MmsIE,
|
||||
RtmpIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue