1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-12 13:26:19 +00:00

[paramount] remove unnecessary comments

This commit is contained in:
Marco Migliori 2017-09-20 18:15:06 +02:00
parent 5ec34dc1f3
commit fe4633a9a4

View File

@ -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 # coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals