Authored by: bashonly
This commit is contained in:
bashonly 2023-03-23 14:28:31 -05:00
parent 8ceb07e870
commit 9bfe0d15bd
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 0 additions and 1 deletions

View File

@ -2188,7 +2188,6 @@ class GenericIE(InfoExtractor):
def _extra_manifest_info(self, info, manifest_url):
fragment_query = self._configuration_arg('fragment_query', [None], casesense=True)[0]
if fragment_query is not None:
fragment_query = self._configuration_arg('fragment_query', casesense=True)[0]
info['extra_param_to_segment_url'] = (
urllib.parse.urlparse(fragment_query).query or fragment_query
or urllib.parse.urlparse(manifest_url).query or None)