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

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

This commit is contained in:
Remita Amine
2020-12-01 10:11:51 +01:00
parent 132aece1ed
commit d3e142b3fa
2 changed files with 47 additions and 32 deletions
+4 -1
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