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
This commit is contained in:
JChris246 2019-05-06 15:40:45 -04:00
parent 3745cedfe4
commit 3f0716c8c6

View File

@ -4,7 +4,6 @@ import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
sanitized_Request,
unified_strdate,