mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
[bigo] add support for bigo.tv (#30635)
* [bigo] add support for bigo.tv * [bigo] prepend "Bigo says" * title fallback * add error for invalid json data
This commit is contained in:
parent
3472227074
commit
782bfd26db
2 changed files with 60 additions and 0 deletions
|
@ -115,6 +115,7 @@ from .bfmtv import (
|
|||
)
|
||||
from .bibeltv import BibelTVIE
|
||||
from .bigflix import BigflixIE
|
||||
from .bigo import BigoIE
|
||||
from .bild import BildIE
|
||||
from .bilibili import (
|
||||
BiliBiliIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue