Browse Source

[lynda] Remove superfluous _NETRC_MACHINE

Sergey M․ 9 years ago
parent
commit
ff4af6ec59
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/lynda.py

+ 0 - 1
youtube_dl/extractor/lynda.py

@@ -95,7 +95,6 @@ class LyndaIE(LyndaBaseIE):
     IE_NAME = 'lynda'
     IE_DESC = 'lynda.com videos'
     _VALID_URL = r'https?://www\.lynda\.com/(?:[^/]+/[^/]+/\d+|player/embed)/(?P<id>\d+)'
-    _NETRC_MACHINE = 'lynda'
 
     _TIMECODE_REGEX = r'\[(?P<timecode>\d+:\d+:\d+[\.,]\d+)\]'