1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-26 19:25:45 +02:00

[noco] Modernize

This commit is contained in:
Sergey M․ 2015-12-17 22:16:58 +06:00
parent 2469a6aecb
commit 7824e1f6a6

View File

@ -110,8 +110,7 @@ def _raise_error(self, error, description):
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