mirror of
https://github.com/soimort/you-get.git
synced 2025-01-26 06:55:03 +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 *
|