Fix hbo.com support
This commit is contained in:
parent
be4ac59782
commit
3dea1269e1
@ -4,7 +4,6 @@ from __future__ import unicode_literals
|
||||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..compat import compat_str
|
||||
from ..utils import (
|
||||
xpath_text,
|
||||
xpath_element,
|
||||
@ -195,7 +194,6 @@ class HBOEpisodeIE(HBOBaseIE):
|
||||
}
|
||||
}]
|
||||
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = 'series/' + self._match_id(url)
|
||||
return self._extract_from_id(video_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user