New IE: YouTube channels (closes #396)

This commit is contained in:
Filippo Valsorda 2012-10-14 13:48:18 +02:00
parent 10daa766a1
commit 902b2a0a45
2 changed files with 51 additions and 0 deletions

View file

@ -328,6 +328,7 @@ def gen_extractors():
"""
return [
YoutubePlaylistIE(),
YoutubeChannelIE(),
YoutubeUserIE(),
YoutubeSearchIE(),
YoutubeIE(),