From 3f0716c8c66a90ec10f4d08ba53493446ef45811 Mon Sep 17 00:00:00 2001 From: JChris246 Date: Mon, 6 May 2019 15:40:45 -0400 Subject: [PATCH] made changes removed sanitized_Request made webpage non fatal moved flags into regex made a check if arr is null removed pointless tbr re-added code to pull video urls from webpage removed sort in favor of _sort_formats --- youtube_dl/extractor/spankwire.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/spankwire.py b/youtube_dl/extractor/spankwire.py index 7cde073e3..df266ec70 100644 --- a/youtube_dl/extractor/spankwire.py +++ b/youtube_dl/extractor/spankwire.py @@ -4,7 +4,6 @@ import re from .common import InfoExtractor from ..utils import ( - ExtractorError, int_or_none, sanitized_Request, unified_strdate,