projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01fb21
)
[lynda] Remove superfluous _NETRC_MACHINE
author
Sergey M․
<dstftw@gmail.com>
Mon, 13 Jun 2016 19:49:33 +0000
(
02:49
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 13 Jun 2016 19:49:33 +0000
(
02:49
+0700)
youtube_dl/extractor/lynda.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lynda.py
b/youtube_dl/extractor/lynda.py
index 5b458d9bc39c7a203796192ad1d1dc2c1707cfb0..2d50400326215e91ea0efc6130ec172437d7439c 100644
(file)
--- 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+)\]'