summaryrefslogtreecommitdiffstats
path: root/Plugins/YoutubeChannel.py
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/YoutubeChannel.py')
-rw-r--r--Plugins/YoutubeChannel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/YoutubeChannel.py b/Plugins/YoutubeChannel.py
index 312f8d9ce..28cadfd26 100644
--- a/Plugins/YoutubeChannel.py
+++ b/Plugins/YoutubeChannel.py
@@ -43,7 +43,6 @@ class YoutubeChannel(Plugin):
new_links = re.findall(r"href\='(http:\/\/www.youtube.com\/watch\?v\=[^']+)", rep)
if new_links != []:
temp_links.extend(new_links)
- print temp_links
else:
break
page += 1