[Tokentube] Add extractor (#842)

Closes #800 
Authored by: u-spec-png
This commit is contained in:
u-spec-png
2021-09-01 13:10:25 +00:00
committed by GitHub
parent 8a2d992389
commit 1461d7bef2
2 changed files with 156 additions and 0 deletions

View File

@@ -1410,6 +1410,10 @@ from .toggle import (
ToggleIE,
MeWatchIE,
)
from .tokentube import (
TokentubeIE,
TokentubeChannelIE
)
from .tonline import TOnlineIE
from .toongoggles import ToonGogglesIE
from .toutv import TouTvIE