[spankbang:playlist] Add extractor (closes #19145)

This commit is contained in:
Sergey M․ 2019-02-08 00:09:50 +07:00
parent f06a1cabe8
commit 49bd993fd9
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 36 additions and 2 deletions

View file

@ -1058,7 +1058,10 @@ from .southpark import (
SouthParkEsIE,
SouthParkNlIE
)
from .spankbang import SpankBangIE
from .spankbang import (
SpankBangIE,
SpankBangPlaylistIE,
)
from .spankwire import SpankwireIE
from .spiegel import SpiegelIE, SpiegelArticleIE
from .spiegeltv import SpiegeltvIE