mirror of
https://github.com/soimort/you-get.git
synced 2025-03-14 20:04:00 +03:00
8 lines
133 B
Python
8 lines
133 B
Python
#!/usr/bin/env python
|
|
|
|
from .sohu import *
|
|
from .tudou import *
|
|
from .yinyuetai import *
|
|
from .youku import *
|
|
from .youtube import *
|