summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/YoutubeCom.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-08-12 16:07:53 +0200
committerGravatar spoob <spoob@gmx.de> 2010-08-12 16:07:53 +0200
commit3c91c7feee8940dc77ae3e3e266a010b55ddde14 (patch)
tree390ea9fc903a4a31e4a6d952dbdecad0c2770f2d /module/plugins/hoster/YoutubeCom.py
parentIRCHook fixes: getestet ! :D (diff)
downloadpyload-3c91c7feee8940dc77ae3e3e266a010b55ddde14.tar.xz
Youtube Playlist Download
Diffstat (limited to 'module/plugins/hoster/YoutubeCom.py')
-rw-r--r--module/plugins/hoster/YoutubeCom.py2
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)