[toggle] Add support for new MeWatch URLs (closes #27256)

This commit is contained in:
Remita Amine 2020-12-01 10:11:51 +01:00
commit d3e142b3fa
2 changed files with 47 additions and 32 deletions

View file

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