mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-11 03:47:34 +00:00
Remove player-url in tweakers.py
Player-url only needed for rmftp, not for regular URLs
This commit is contained in:
parent
3ee6e02564
commit
c893d70805
@ -37,5 +37,4 @@ class TweakersIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': title,
|
'title': title,
|
||||||
'url': re.findall('http.*mp4', player_page)[0],
|
'url': re.findall('http.*mp4', player_page)[0],
|
||||||
'player_url': player_url
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user