From c72d0d4c0677ea3ba056b802ac7de9244ae16d74 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 23 Oct 2015 15:58:50 -0700 Subject: [PATCH] Turning off annotations on Youtube videos by default. --- utils/feed_fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/feed_fetcher.py b/utils/feed_fetcher.py index 2f7c0b4e2..a9441a763 100644 --- a/utils/feed_fetcher.py +++ b/utils/feed_fetcher.py @@ -237,7 +237,7 @@ class FetchFeed: minutes = duration_sec / 60 seconds = duration_sec - (minutes*60) duration = "%s:%s" % ('{0:02d}'.format(minutes), '{0:02d}'.format(seconds)) - content = """
+ content = """
From: %s
Duration: %s