mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[lynda] Remove superfluous _NETRC_MACHINE
This commit is contained in:
parent
d01fb21d4c
commit
ff4af6ec59
1 changed files with 0 additions and 1 deletions
|
@ -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+)\]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue