From fe4633a9a40d8546e12e1aed0e36ccb1d3af5608 Mon Sep 17 00:00:00 2001 From: Marco Migliori Date: Wed, 20 Sep 2017 18:15:06 +0200 Subject: [PATCH] [paramount] remove unnecessary comments --- youtube_dl/extractor/paramount.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/youtube_dl/extractor/paramount.py b/youtube_dl/extractor/paramount.py index 9e3b4f01c..df62ae3e0 100644 --- a/youtube_dl/extractor/paramount.py +++ b/youtube_dl/extractor/paramount.py @@ -1,16 +1,3 @@ -# youtube_dl extractor for www.paramountchannel.it - -# copy to youtube_dl/extractors -# add a line to extractors.py: -# from .paramount import ParamountIE - -# can use functions from common.py, as _self.function(...) -# also import from other modules - -# to test: -# python -m youtube_dl --verbose "http://www.paramountchannel.it/playlist/speciali-paramount-channel/o3gr12/backstage-sigla-paramount/tqvbxd" >| x -# python test/test_download.py TestDownload.test_Paramount - # coding: utf-8 from __future__ import unicode_literals