[lynda] Remove superfluous _NETRC_MACHINE
authorSergey M․ <dstftw@gmail.com>
Mon, 13 Jun 2016 19:49:33 +0000 (02:49 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 13 Jun 2016 19:49:33 +0000 (02:49 +0700)
youtube_dl/extractor/lynda.py

index 5b458d9bc39c7a203796192ad1d1dc2c1707cfb0..2d50400326215e91ea0efc6130ec172437d7439c 100644 (file)
@@ -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+)\]'