1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-11 07:33:21 +08:00

[iprima] Correct regex

This commit is contained in:
pulpe 2014-02-24 09:31:45 +01:00
parent 8d4e7c31cf
commit a5b96025f6

View File

@ -55,7 +55,7 @@ class IPrimaIE(InfoExtractor):
if filename == 'null':
continue
real_id = self._search_regex(r'Prima-(?:WEB-)(\d+)-\d+_\d+|\d+-(\d+)_\d+', filename, 'real video id')
real_id = self._search_regex(r'Prima-WEB-(\d+)-\d+_\d+|\d+-(\d+)_\d+', filename, 'real video id')
if format_id == 'lq':
quality = 0