you-get/you_get/downloader/__init__.py

12 lines
211 B
Python

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