From 792daee7ad16ac0b2c04e91e6f7c8d2f35ccf746 Mon Sep 17 00:00:00 2001 From: Argn0 Date: Thu, 29 Jun 2017 01:21:27 +0200 Subject: [PATCH] atch No AssetType/Format Matches error this still raises error for example for "This content is not available in your location." --- youtube_dl/extractor/cbs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/cbs.py b/youtube_dl/extractor/cbs.py index 759b3d7de..b40e1e6bf 100644 --- a/youtube_dl/extractor/cbs.py +++ b/youtube_dl/extractor/cbs.py @@ -6,7 +6,8 @@ from ..utils import ( find_xpath_attr, xpath_element, xpath_text, - update_url_query, + ExtractorError, + update_url_query )