1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-25 23:05:23 +00:00

[StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517)

* Add extractor for streamsb.com (viewsb.com)

* make data url using app.js version

---------

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
fonkap
2023-02-11 03:54:45 +01:00
committed by dirkf
parent de48105dd8
commit 6f8c2635a5
2 changed files with 62 additions and 0 deletions
+1
View File
@@ -1206,6 +1206,7 @@ from .storyfire import (
from .streamable import StreamableIE
from .streamcloud import StreamcloudIE
from .streamcz import StreamCZIE
from .streamsb import StreamsbIE
from .streetvoice import StreetVoiceIE
from .stretchinternet import StretchInternetIE
from .stv import STVPlayerIE