1
0
Fork 0

[ie/commonmistakes] Raise error on blob URLs (#9897)

Authored by: seproDev
This commit is contained in:
sepro 2024-05-10 19:20:55 +02:00 committed by GitHub
commit 98d71d8c5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

View file

@ -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,