1
0
Fork 0

[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
commit 1461d7bef2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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