mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 02:27:42 -07:00
parent
2eac0fa379
commit
ad01fa6cca
4 changed files with 50 additions and 5 deletions
|
@ -3033,7 +3033,6 @@ class InfoExtractor(object):
|
|||
transform_source=transform_source, default=None)
|
||||
|
||||
def _extract_jwplayer_data(self, webpage, video_id, *args, **kwargs):
|
||||
|
||||
# allow passing `transform_source` through to _find_jwplayer_data()
|
||||
transform_source = kwargs.pop('transform_source', None)
|
||||
kwfind = compat_kwargs({'transform_source': transform_source}) if transform_source else {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue