From bf09740f896052ee75e91528bc4caaebe1272ea2 Mon Sep 17 00:00:00 2001 From: Kevin G Date: Sun, 9 Jun 2019 03:18:00 -0700 Subject: [PATCH] [unauthorizedtv] Update id in test --- youtube_dl/extractor/unauthorizedtv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/unauthorizedtv.py b/youtube_dl/extractor/unauthorizedtv.py index 225a1775a..df0ff1331 100644 --- a/youtube_dl/extractor/unauthorizedtv.py +++ b/youtube_dl/extractor/unauthorizedtv.py @@ -14,7 +14,7 @@ class UnauthorizedTvIE(InfoExtractor): 'url': 'https://www.unauthorized.tv/programs/owens-shorts?cid=231148', 'md5': 'dd9a5b81b9704c68942c2584086dd73f', 'info_dict': { - 'id': 'owens-shorts?cid=231148', + 'id': '231148', 'ext': 'mp4', 'title': 'Millennials', }