youtube-dl

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

commit 7824e1f6a61e97c3c79c21db65de33a6380e29c3
parent 2469a6aecbc819b87915d31dd2fb5940d84d11d2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 17 Dec 2015 22:16:58 +0600

[noco] Modernize

Diffstat:
Myoutube_dl/extractor/noco.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py @@ -110,8 +110,7 @@ class NocoIE(InfoExtractor): expected=True) def _real_extract(self, url): - mobj = re.match(self._VALID_URL, url) - video_id = mobj.group('id') + video_id = self._match_id(url) # Timestamp adjustment offset between server time and local time # must be calculated in order to use timestamps closest to server's