[lrt] Modernize

This commit is contained in:
Philipp Hagemeister 2014-10-27 02:27:49 +01:00
parent bf7aa6301b
commit 8112d4b284
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ class LRTIE(InfoExtractor):
}
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
title = remove_end(self._og_search_title(webpage), ' - LRT')