mirror of
https://github.com/soimort/you-get.git
synced 2025-01-27 21:41:42 +03:00
14 lines
252 B
Python
14 lines
252 B
Python
#!/usr/bin/env python
|
|
|
|
from .cntv import *
|
|
from .iqiyi import *
|
|
from .ku6 import *
|
|
from .pptv import *
|
|
from .sina import *
|
|
from .sohu import *
|
|
from .tudou import *
|
|
from .w56 import *
|
|
from .yinyuetai import *
|
|
from .youku import *
|
|
from .youtube import *
|