From ed94a528fc8e2521fb5d1085e938f3a4e1f78120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Thu, 12 Jul 2012 19:33:37 -0300 Subject: [PATCH] Use a shorter URL for stackoverflow. --- youtube_dl/FileDownloader.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index 4c950806f..9a2f09b5d 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -545,8 +545,9 @@ class FileDownloader(object): # Keep a copy of the main cookiejar to pass to external downloaders # - # This seems like a stupid way of copying a cookie, but if Alex Martelli says so... - # http://stackoverflow.com/questions/1023224/how-to-pickle-a-cookiejar/1023235#1023235 + # This seems like a stupid way of copying a cookie, but if Alex + # Martelli says so... + # http://stackoverflow.com/a/1023235/962311 def _keep_cookie_jar(self): from __init__ import jar import tempfile