From 80a35f5321463457819eb20e1300dacfd9177a50 Mon Sep 17 00:00:00 2001 From: Guy Veis Date: Sun, 8 Mar 2015 15:37:49 +0200 Subject: [PATCH] Fixed test item URL --- youtube_dl/extractor/walla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/walla.py b/youtube_dl/extractor/walla.py index a1326df74..9345efb11 100644 --- a/youtube_dl/extractor/walla.py +++ b/youtube_dl/extractor/walla.py @@ -14,7 +14,7 @@ from ..utils import ( class WallaIE(InfoExtractor): _VALID_URL = r'http://[^\.]+\.walla\.co\.il/[^/]+/(?P\d+)' _TESTS = [{ - 'url': 'http://news.walla.co.il/item/2835878', + 'url': 'http://news.walla.co.il/item/2663876', 'info_dict': { 'id': '2663876', 'ext': 'mp4',