From 2a1bccadcbb54ce14eac10d29295aa747fc35661 Mon Sep 17 00:00:00 2001 From: Argn0 Date: Thu, 29 Jun 2017 01:21:27 +0200 Subject: [PATCH] catch 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 )