[lynda] Remove superfluous _NETRC_MACHINE

This commit is contained in:
Sergey M․ 2016-06-14 02:49:33 +07:00
parent d01fb21d4c
commit ff4af6ec59
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View 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+)\]'