youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ff4af6ec5903dd922c7bb6ec632b11830c44d04a
parent d01fb21d4c58650a3ccd2a6fe2877cc9a53dd942
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 14 Jun 2016 02:49:33 +0700

[lynda] Remove superfluous _NETRC_MACHINE

Diffstat:
Myoutube_dl/extractor/lynda.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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