you-get/you_get/downloader/__init__.py
2012-09-01 12:14:12 +02:00

8 lines
133 B
Python

#!/usr/bin/env python
from .sohu import *
from .tudou import *
from .yinyuetai import *
from .youku import *
from .youtube import *