summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/plugins/hoster/YoutubeCom.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py
index 972a86000..5706512b9 100644
--- a/module/plugins/hoster/YoutubeCom.py
+++ b/module/plugins/hoster/YoutubeCom.py
@@ -40,7 +40,7 @@ class BIGHTTPRequest(HTTPRequest):
class YoutubeCom(Hoster):
__name__ = "YoutubeCom"
__type__ = "hoster"
- __version__ = "0.51"
+ __version__ = "0.52"
__status__ = "testing"
__pattern__ = r'https?://(?:[^/]*\.)?(youtu\.be/|youtube\.com/watch\?(?:.*&)?v=)\w+'
@@ -247,8 +247,6 @@ class YoutubeCom(Hoster):
if "&ratebypass=" not in url:
url += "&ratebypass=yes"
- self.log_debug("URL: %s" % url)
-
#: Set file name
file_suffix = self.formats[choosen_fmt][0] if choosen_fmt in self.formats else ".flv"
file_name_pattern = '<meta name="title" content="(.+?)">'