diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-14 02:49:33 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-14 02:49:33 +0700 |
commit | ff4af6ec5903dd922c7bb6ec632b11830c44d04a (patch) | |
tree | 78dbd1cff0edbb8ddc3de57bfa22a7d36445a4e2 /youtube_dl | |
parent | d01fb21d4c58650a3ccd2a6fe2877cc9a53dd942 (diff) |
[lynda] Remove superfluous _NETRC_MACHINE
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/lynda.py | 1 |
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+)\]' |