Browse Source

Remove player-url in tweakers.py

Player-url only needed for rmftp, not for regular URLs
robin 10 years ago
parent
commit
c893d70805
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/tweakers.py

+ 0 - 1
youtube_dl/extractor/tweakers.py

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