Browse Source
[lynda] Remove superfluous _NETRC_MACHINE
totalwebcasting
Sergey M․
9 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
1 deletions
-
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+)\]' |
|
|
|
|
|
|
|