From 880efe9557274d208ae0e64201fd99e7e8e79869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Dec 2018 02:24:11 +0200 Subject: [PATCH] [kanal2]: use note key for test description --- youtube_dl/extractor/kanal2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/kanal2.py b/youtube_dl/extractor/kanal2.py index 6e84849d2..efbd8871d 100644 --- a/youtube_dl/extractor/kanal2.py +++ b/youtube_dl/extractor/kanal2.py @@ -13,7 +13,7 @@ class Kanal2IE(InfoExtractor): _VALID_URL = r'(?Phttps?://.+\.postimees\.ee)[a-zA-Z0-9/._-]+\?[a-zA-Z0-9=&._-]*id=(?P[a-zA-Z0-9_-]+)[^ ]*' _TESTS = [ { - # Standard url + 'note': 'Test standard url (#18547)', 'url': 'https://kanal2.postimees.ee/pluss/video/?id=40792', 'md5': 'cecaf3e17706d725b1f23e886b67f8d3', 'info_dict': { @@ -27,7 +27,7 @@ class Kanal2IE(InfoExtractor): } }, { - # Other url example + 'note': 'Test preview url (#18547)', 'url': 'http://kanal2.postimees.ee/pluss/preview?id=40744', 'md5': 'e1dcc6e39d17a3f04749a8158db26377', 'info_dict': {