From 841b2af1582711612007ab0433749e98cf9f4f7b Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Thu, 6 Oct 2016 01:30:44 -0400 Subject: [PATCH] strip unnecessary comments from template --- youtube_dl/extractor/iqm2.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/youtube_dl/extractor/iqm2.py b/youtube_dl/extractor/iqm2.py index eab14cee2..0ddb41300 100644 --- a/youtube_dl/extractor/iqm2.py +++ b/youtube_dl/extractor/iqm2.py @@ -81,11 +81,6 @@ class IQM2IE(InfoExtractor): 'ext': 'mp4', 'title': 'Cambridge, MA (2)', 'uploader': 'cambridgema.iqm2.com', - # TODO more properties, either as: - # * A value - # * MD5 checksum; start the string with md5: - # * A regular expression; start the string with re: - # * Any Python type (for example int or float) } }