you-get/you_get/downloader/__init__.py
2012-09-01 19:44:06 +02:00

11 lines
191 B
Python

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