1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-16 07:42:24 +02:00

Remove player-url in tweakers.py

Player-url only needed for rmftp, not for regular URLs
This commit is contained in:
robin 2015-02-05 21:38:35 +01:00
parent 3ee6e02564
commit c893d70805

View File

@ -37,5 +37,4 @@ def _real_extract(self, url):
'ext': 'mp4',
'title': title,
'url': re.findall('http.*mp4', player_page)[0],
'player_url': player_url
}