bugfix #264: use gdata API for youtube

This commit is contained in:
Christophe Benz 2010-04-26 19:19:55 +02:00
commit ce83fb011f
5 changed files with 25 additions and 100 deletions

View file

@ -39,6 +39,6 @@ setup(
packages=find_packages(exclude=['ez_setup']),
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
install_requires=[
# 'pyyaml',
'gdata',
]
)