mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
[toggle] Add support for new MeWatch URLs (closes #27256)
This commit is contained in:
parent
132aece1ed
commit
d3e142b3fa
2 changed files with 47 additions and 32 deletions
|
@ -1185,7 +1185,10 @@ from .tnaflix import (
|
|||
EMPFlixIE,
|
||||
MovieFapIE,
|
||||
)
|
||||
from .toggle import ToggleIE
|
||||
from .toggle import (
|
||||
ToggleIE,
|
||||
MeWatchIE,
|
||||
)
|
||||
from .tonline import TOnlineIE
|
||||
from .toongoggles import ToonGogglesIE
|
||||
from .toutv import TouTvIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue