diff options
author | spoob <spoob@gmx.de> | 2010-08-12 16:07:53 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-08-12 16:07:53 +0200 |
commit | 3c91c7feee8940dc77ae3e3e266a010b55ddde14 (patch) | |
tree | 390ea9fc903a4a31e4a6d952dbdecad0c2770f2d /module/plugins/hoster/YoutubeCom.py | |
parent | IRCHook fixes: getestet ! :D (diff) | |
download | pyload-3c91c7feee8940dc77ae3e3e266a010b55ddde14.tar.xz |
Youtube Playlist Download
Diffstat (limited to 'module/plugins/hoster/YoutubeCom.py')
-rw-r--r-- | module/plugins/hoster/YoutubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index e40b0c9ad..6148d72f0 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -45,4 +45,4 @@ class YoutubeCom(Hoster): file_url = 'http://youtube.com/get_video?video_id=' + videoId + '&t=' + videoHash + quality + "&asv=2" - self.download(file_url)
\ No newline at end of file + self.download(file_url) |