about summary refs log tree commit diff
path: root/youtube_dl/extractor/lynda.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-14 02:49:33 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-14 02:49:33 +0700
commitff4af6ec5903dd922c7bb6ec632b11830c44d04a (patch)
tree78dbd1cff0edbb8ddc3de57bfa22a7d36445a4e2 /youtube_dl/extractor/lynda.py
parentd01fb21d4c58650a3ccd2a6fe2877cc9a53dd942 (diff)
downloadyoutube-dl-ff4af6ec5903dd922c7bb6ec632b11830c44d04a.tar.gz
youtube-dl-ff4af6ec5903dd922c7bb6ec632b11830c44d04a.tar.xz
youtube-dl-ff4af6ec5903dd922c7bb6ec632b11830c44d04a.zip
[lynda] Remove superfluous _NETRC_MACHINE
Diffstat (limited to 'youtube_dl/extractor/lynda.py')
-rw-r--r--youtube_dl/extractor/lynda.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py
index 5b458d9bc..2d5040032 100644
--- a/youtube_dl/extractor/lynda.py
+++ b/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+)\]'