def test_streaming_dl_manager_get_extraction_protocol_throws(urlpath):
    _get_extraction_protocol(urlpath)
def test_streaming_dl_manager_get_extraction_protocol(urlpath,
                                                      expected_protocol):
    assert _get_extraction_protocol(urlpath) == expected_protocol