you-get/you_get/downloader/__init__.py
2012-09-01 17:45:30 +02:00

9 lines
152 B
Python

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